Clinner\Command\Callback::toCommandString PHP Méthode

toCommandString() public méthode

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
Résultat string
    public function toCommandString()
    {
        return $this->getCallbackCode();
    }