eZ\Publish\Core\REST\Common\Output\Generator\Json\Object::__construct PHP Method

__construct() public method

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;
    }