eZ\Publish\Core\REST\Client\LocationService::hideLocation PHP Метод

hideLocation() публичный Метод

Hides the $location and marks invisible all descendants of $location.
public hideLocation ( eZ\Publish\API\Repository\Values\Content\Location $location ) : eZ\Publish\API\Repository\Values\Content\Location
$location eZ\Publish\API\Repository\Values\Content\Location
Результат eZ\Publish\API\Repository\Values\Content\Location $location, with updated hidden value
    public function hideLocation(Location $location)
    {
        throw new \Exception('@todo: Implement.');
    }