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

getParent() public method

Get Parent of current node.
public getParent ( ) : Object
return Object
    public function getParent()
    {
        return $this->_ref_parent;
    }