-
addEntry ($moduleName, $actionName, (sfAction) $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
-
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.
-
Removes the entry at a specific index.
returns An action stack entry implementation.