Clinner\Command\Callback::getPipedCommand PHP Method

getPipedCommand() public method

Get the command piped to this one, if any.
public getPipedCommand ( ) : Clinner\Command\PipeableCommandInterface
return Clinner\Command\PipeableCommandInterface
    public function getPipedCommand()
    {
        return $this->_next;
    }