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