izzum\command\Command::toString PHP Method

toString() public method

public toString ( ) : string
return string
    public function toString()
    {
        // includes the namespace
        return get_class($this);
    }