Clinner\Command\Callback::toCommandString PHP Метод

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

Get a string representation of this command with its arguments, as if it would be written in a command-line interface when run.
public toCommandString ( ) : string
Результат string
    public function toCommandString()
    {
        return $this->getCallbackCode();
    }