eZ\Publish\Core\REST\Common\Output\Generator\Json\Object::getParent PHP 메소드

getParent() 공개 메소드

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