Clinner\Command\Callback::toCommandString PHP Method

toCommandString() public method

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