PHP Class AddToListCommand

Author: rolf
Inheritance: extends izzum\command\Command
Show file Open project: rolfvreijdenberger/izzum-statemachine

Public Methods

Method Description
__construct ( array &$list )

Protected Methods

Method Description
_execute ( )

Method Details

__construct() public method

public __construct ( array &$list )
$list array passed by reference so we can acces 'list' from outside this class

_execute() protected method

protected _execute ( )