-
popEntry ()
Removes the entry at a specific index.
returns An action stack entry implementation.
-
getEntry ($index)
Retrieves the entry at a specific index.
returns An action stack entry implementation.
-
(int) getSize ()
Retrieves the size of this stack.
returns The size of this stack.
-
(mixed) getFirstEntry ()
Retrieves the first entry.
returns An action stack entry implementation or null if there is no sfAction instance in the stack
-
(mixed) getLastEntry ()
Retrieves the last entry.
returns An action stack entry implementation or null if there is no sfAction instance in the stack
-
addEntry ($moduleName, $actionName, (sfAction) $actionInstance)
| $moduleName |
A module name |
| $actionName |
An action name |
| $actionInstance |
An sfAction implementation instance |
Adds an entry to the action stack.
returns sfActionStackEntry instance