Jyxo\Input\Chain::getParent PHP 메소드

getParent() 공개 메소드

Returns the parent chain.
public getParent ( ) : self
리턴 self
    public function getParent() : self
    {
        return $this->parent;
    }