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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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