Changeset 2039:783f5dbdf165 for inc/admin/actions/class.dcaction.php
- Timestamp:
- 09/23/13 15:06:50 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcaction.php
r2015 r2039 213 213 return $this->uri.'?'.http_build_query($redir_args); 214 214 } 215 215 216 216 /** 217 217 * redirect - redirects to redirection page … … 226 226 227 227 /** 228 * getURI - returns current form URI, if any 229 * 230 * @access public 231 * 232 * @return string the form URI 233 */ 234 public function getURI() { 235 return $this->uri; 236 } 237 238 /** 228 239 * getAction - returns current action, if any 229 240 * 230 * @see getRedirection for arguments details231 *232 241 * @access public 233 242 *
Note: See TracChangeset
for help on using the changeset viewer.