PHP 클래스 eZ\Publish\Core\REST\Common\Output\Generator\Json\ArrayObject

Special JSON array object implementation, which allows to access the parent object it is assigned to again.
상속: extends ArrayObject
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$_ref_parent Object Reference to the parent node.

공개 메소드들

메소드 설명
__construct ( mixed $_ref_parent ) Construct from optional parent node.
getParent ( ) : Object Get Parent of current node.

메소드 상세

__construct() 공개 메소드

Construct from optional parent node.
public __construct ( mixed $_ref_parent )
$_ref_parent mixed

getParent() 공개 메소드

Get Parent of current node.
public getParent ( ) : Object
리턴 Object

프로퍼티 상세

$_ref_parent 보호되어 있는 프로퍼티

Reference to the parent node.
protected Object,eZ\Publish\Core\REST\Common\Output\Generator\Json $_ref_parent
리턴 Object