Clinner\Command\NullCommand::hasPipedCommand PHP Method

hasPipedCommand() public method

Answer whether this command has a command piped to it.
public hasPipedCommand ( ) : boolean
return boolean
    public function hasPipedCommand()
    {
        return false;
    }