Changeset 1235 for trunk/src/action/AgaviActionStack.class.php
- Timestamp:
- 11/04/06 22:47:21 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/action/AgaviActionStack.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/action/AgaviActionStack.class.php
r881 r1235 82 82 * Retrieve the first entry. 83 83 * 84 * @return AgaviActionStackEntry An action stack entry implementation. 84 * @return AgaviActionStackEntry An action stack entry implementation or 85 * null if the action stack is empty. 85 86 * 86 87 * @author Sean Kerr <skerr@mojavi.org> … … 100 101 * Retrieve the last entry. 101 102 * 102 * @return AgaviActionStackEntry An action stack entry implementation. 103 * @return AgaviActionStackEntry An action stack entry implementation or 104 * null if the action stack is empty. 103 105 * 104 106 * @author Sean Kerr <skerr@mojavi.org>

