Clinner\Command\NullCommand::toCommandString PHP Method

toCommandString() public method

Get a string representing this command.
public toCommandString ( ) : string
return string
    public function toCommandString()
    {
        return '';
    }