Clinner\Command\NullCommand::getOutput PHP Méthode

getOutput() public méthode

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