PHP Class eZ\Publish\Core\REST\Server\Values\RestLocation

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$childCount integer Number of children of the location.
$location eZ\Publish\API\Repository\Values\Content\Location A location.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$childCount public property

Number of children of the location.
public int $childCount
return integer

$location public property

A location.
public Location,eZ\Publish\API\Repository\Values\Content $location
return eZ\Publish\API\Repository\Values\Content\Location