Jyxo\Input\Chain::getParent PHP Method

getParent() public method

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