PHP Class Metabor\Statemachine\NamedCommand

Author: Oliver Tischlinger
Inheritance: extends Command, implements MetaborStd\NamedInterface
Afficher le fichier Open project: metabor/statemachine

Méthodes publiques

Méthode Description
__construct ( string $name )
__toString ( ) : string I would require to provide a name because its really needed for visualisation and the class name might be very long and not very descriptive.
getName ( )

Method Details

__construct() public méthode

public __construct ( string $name )
$name string

__toString() public méthode

I would require to provide a name because its really needed for visualisation and the class name might be very long and not very descriptive.
public __toString ( ) : string
Résultat string

getName() public méthode

See also: MetaborStd\NamedInterface::getName()
public getName ( )