PHP Class Metabor\Named

Author: Oliver Tischlinger
Inheritance: implements MetaborStd\NamedInterface
Show file Open project: metabor/statemachine Class Usage Examples

Public Methods

Method Description
__construct ( string $name )
getName ( ) : string

Protected Methods

Method Description
setName ( string $name )

Method Details

__construct() public method

public __construct ( string $name )
$name string

getName() public method

public getName ( ) : string
return string

setName() protected method

protected setName ( string $name )
$name string