Changeset 1235
- Timestamp:
- 11/04/06 22:47:21 (2 years ago)
- Location:
- trunk/src/action
- Files:
-
- 2 modified
-
AgaviActionStack.class.php (modified) (2 diffs)
-
AgaviActionStackEntry.class.php (modified) (5 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> -
trunk/src/action/AgaviActionStackEntry.class.php
r1086 r1235 153 153 154 154 /** 155 * Retrieve this entry's modulename.156 * 157 * @return string A modulename.155 * Retrieve this entry's view name. 156 * 157 * @return string A view name. 158 158 * 159 159 * @author David Zuelke <dz@bitxtender.com> … … 166 166 167 167 /** 168 * Retrieve this entry's module name. 169 * 170 * @return string A module name. 168 * Retrieve this entry's view module name. This is the name of the module of 169 * the View returned by the Action. 170 * 171 * @return string A view module name. 171 172 * 172 173 * @author David Zuelke <dz@bitxtender.com> … … 179 180 180 181 /** 181 * Retrieve this entry's module name.182 * 183 * @return string A modulename.182 * Set the module name for this entry. 183 * 184 * @return string A view name. 184 185 * 185 186 * @author David Zuelke <dz@bitxtender.com> … … 192 193 193 194 /** 194 * Retrieve this entry's module name.195 * 196 * @return string A module name.195 * Set the view module name for this entry. 196 * 197 * @return string A view module name. 197 198 * 198 199 * @author David Zuelke <dz@bitxtender.com> … … 207 208 * Retrieve the request parameters for this Action. 208 209 * 209 * @return AgaviParameterHolder An AgaviParameterHolder of request parameters for this Action. 210 * @return AgaviParameterHolder An AgaviParameterHolder of request 211 * parameters for this Action. 210 212 * 211 213 * @author David Zuelke <dz@bitxtender.com>

