Clinner\Command\NullCommand::getOutput PHP Method

getOutput() public method

This method will only return a valid value after the command has been executed.
public getOutput ( ) : string
return string
    public function getOutput()
    {
        return '';
    }