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

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

공개 프로퍼티들

프로퍼티 타입 설명
$groupId mixed ID of the group that the states belong to.
$states eZ\Publish\API\Repository\Values\ObjectState\ObjectState[] Object states.

공개 메소드들

메소드 설명
__construct ( array $states, mixed $groupId ) Construct.

메소드 상세

__construct() 공개 메소드

Construct.
public __construct ( array $states, mixed $groupId )
$states array
$groupId mixed

프로퍼티 상세

$groupId 공개적으로 프로퍼티

ID of the group that the states belong to.
public mixed $groupId
리턴 mixed

$states 공개적으로 프로퍼티

Object states.
public ObjectState[],eZ\Publish\API\Repository\Values\ObjectState $states
리턴 eZ\Publish\API\Repository\Values\ObjectState\ObjectState[]