eZ\Publish\Core\REST\Client\TrashService::trash PHP Method

trash() public method

Content is left untouched.
public trash ( eZ\Publish\API\Repository\Values\Content\Location $location ) : eZ\Publish\API\Repository\Values\Content\TrashItem
$location eZ\Publish\API\Repository\Values\Content\Location
return eZ\Publish\API\Repository\Values\Content\TrashItem
    public function trash(Location $location)
    {
        throw new \Exception('@todo: Implement.');
    }