FSMAction
in package
Abstract Finite State Machine
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Object constructor
- doAction() : void
Properties
$_method
Method name
private
string
$_method
$_object
Object reference
private
object
$_object
Methods
__construct()
Object constructor
public
__construct(object $object, string $method) : mixed
Parameters
- $object : object
- $method : string
doAction()
public
doAction() : void