eZ\Publish\Core\REST\Common\Output\Generator\Json\Object::__construct PHP Метод

__construct() публичный Метод

Construct from optional parent node.
public __construct ( mixed $_ref_parent = null )
$_ref_parent mixed
    public function __construct($_ref_parent = null)
    {
        $this->_ref_parent = $_ref_parent;
    }