Metabor\Statemachine\Command::__toString PHP Метод

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

Overwrite this to change the name for the Command that is displayed in the graph.
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return get_class($this);
    }