PHP 클래스 eZ\Publish\Core\REST\Server\Values\RestLocation

상속: extends eZ\Publish\Core\REST\Common\Value
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 프로퍼티들

프로퍼티 타입 설명
$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