eZ\Publish\Core\SignalSlot\LocationService::getLocationChildCount PHP Метод

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

Returns the number of children which are readable by the current user of a location object.
public getLocationChildCount ( eZ\Publish\API\Repository\Values\Content\Location $location ) : integer
$location eZ\Publish\API\Repository\Values\Content\Location
Результат integer
    public function getLocationChildCount(Location $location)
    {
        return $this->service->getLocationChildCount($location);
    }