Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Metabor
Statemachine
Command
PHP Class Metabor\Statemachine\Command
Author:
Oliver Tischlinger
Inheritance:
implements
SplObserve\SplObserver
Mostrar archivo
Open project: metabor/statemachine
Public Methods
Method
Description
__toString
( ) :
string
Overwrite this to change the name for the Command that is displayed in the graph.
update
(
SplSubject
$subject
)
Method Details
__toString()
public
method
Overwrite this to change the name for the Command that is displayed in the graph.
public
__toString
( ) :
string
return
string
update()
public
method
public
update
(
SplSubject
$subject
)
$subject
SplSubject