|
Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
States for a stack machine. More...
Public Member Functions | |
| __construct ($start) | |
| Constructor. | |
| enter ($state) | |
| Adds a state to the stack and sets it to be the current state. | |
| getCurrent () | |
| Accessor for current state. | |
| leave () | |
| Leaves the current state and reverts to the previous one. | |
| StateStack ($start) | |
| Old syntax of class constructor. | |
Public Attributes | |
| $_stack | |
States for a stack machine.