eZ\Publish\Core\REST\Server\Values\RestLocation::__construct PHP Method

__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
    public function __construct(Location $location, $childCount)
    {
        $this->location = $location;
        $this->childCount = $childCount;
    }
RestLocation