PHP Класс eZ\Publish\Core\REST\Server\Values\RestLocation

Наследование: extends eZ\Publish\Core\REST\Common\Value
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$childCount integer Number of children of the location.
$location eZ\Publish\API\Repository\Values\Content\Location A location.

Открытые методы

Метод Описание
__construct ( eZ\Publish\API\Repository\Values\Content\Location $location, integer $childCount )

Описание методов

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

public __construct ( eZ\Publish\API\Repository\Values\Content\Location $location, integer $childCount )
$location eZ\Publish\API\Repository\Values\Content\Location
$childCount integer

Описание свойств

$childCount публичное свойство

Number of children of the location.
public int $childCount
Результат integer

$location публичное свойство

A location.
public Location,eZ\Publish\API\Repository\Values\Content $location
Результат eZ\Publish\API\Repository\Values\Content\Location