Clinner\Command\Callback::getPipedCommand PHP Метод

getPipedCommand() публичный Метод

Get the command piped to this one, if any.
public getPipedCommand ( ) : Clinner\Command\PipeableCommandInterface
Результат Clinner\Command\PipeableCommandInterface
    public function getPipedCommand()
    {
        return $this->_next;
    }