PHP 클래스 eZ\Publish\Core\REST\Common\Values\RestObjectState

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

공개 프로퍼티들

프로퍼티 타입 설명
$groupId mixed Group ID to which wrapped state belongs.
$objectState eZ\Publish\API\Repository\Values\ObjectState\ObjectState Wrapped object state.

공개 메소드들

메소드 설명
__construct ( eZ\Publish\API\Repository\Values\ObjectState\ObjectState $objectState, mixed $groupId ) Constructor.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( eZ\Publish\API\Repository\Values\ObjectState\ObjectState $objectState, mixed $groupId )
$objectState eZ\Publish\API\Repository\Values\ObjectState\ObjectState
$groupId mixed

프로퍼티 상세

$groupId 공개적으로 프로퍼티

Group ID to which wrapped state belongs.
public mixed $groupId
리턴 mixed

$objectState 공개적으로 프로퍼티

Wrapped object state.
public ObjectState,eZ\Publish\API\Repository\Values\ObjectState $objectState
리턴 eZ\Publish\API\Repository\Values\ObjectState\ObjectState