PHP Class Metabor\Statemachine\NamedCommand

Author: Oliver Tischlinger
Inheritance: extends Command, implements MetaborStd\NamedInterface
Show file Open project: metabor/statemachine

Public Methods

Method 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 method

public __construct ( string $name )
$name string

__toString() public method

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
return string

getName() public method

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