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();
    }