Contao\Hybrid::getParent PHP 메소드

getParent() 공개 메소드

Return the parent object
public getParent ( ) : object
리턴 object
    public function getParent()
    {
        return $this->objParent;
    }