Element index for package org-puremvc-php-multicore-utilities-statemachine
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ n ]
[ o ]
[ r ]
[ s ]
[ t ]
[ _ ]
top
top
c
- $canceled
- in file StateMachine.php, variable StateMachine::$canceled
The transition has been canceled.
- $changed
- in file State.php, variable State::$changed
The notification to dispatch when the state has actually changed
- CANCEL
- in file StateMachine.php, class constant StateMachine::CANCEL
Cancel Notification name
- CHANGED
- in file StateMachine.php, class constant StateMachine::CHANGED
Changed Notification name
- createState
- in file FSMInjector.php, method FSMInjector::createState()
Creates a State instance from its XML definition.
top
top
e
- $entering
- in file State.php, variable State::$entering
The notification to dispatch when entering the state
- $exiting
- in file State.php, variable State::$exiting
The notification to dispatch when exiting the state
top
f
- $fsm
- in file FSMInjector.php, variable FSMInjector::$fsm
The XML FSM definition
- FSMInjector
- in file FSMInjector.php, class FSMInjector
Creates and registers a StateMachine described in XML.
- FSMInjector.php
- procedural page FSMInjector.php
top
top
top
top
top
top
top
top
top
t
- $transitions
- in file State.php, variable State::$transitions
Transition map of actions to target states
- transitionTo
- in file StateMachine.php, method StateMachine::transitionTo()
Transitions to the given state from the current state.
top
|
|