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

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

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