Class providing operations associated with HTTP requests. Requests are assumed to be in the format http://host.tld/index.php/<press_id>/<page_name>/<operation_name>/<arguments...> <press_id> is assumed to be "index" for top-level site requests. More...
Public Member Functions | |
| & | getContext ($level=1) |
| & | getContextByName ($contextName) |
| & | getPress () |
| getRequestedContextPath ($contextLevel=null) | |
| getRequestedPressPath () | |
| getUserAgent () | |
| redirectHome () | |
| url ($pressPath=null, $page=null, $op=null, $path=null, $params=null, $anchor=null, $escape=false) | |
Class providing operations associated with HTTP requests. Requests are assumed to be in the format http://host.tld/index.php/<press_id>/<page_name>/<operation_name>/<arguments...> <press_id> is assumed to be "index" for top-level site requests.
Definition at line 20 of file Request.inc.php.
| & Request.getContext | ( | $ | level = 1 |
) |
| & Request.getContextByName | ( | $ | contextName | ) |
| & Request.getPress | ( | ) |
Deprecated
Definition at line 41 of file Request.inc.php.
Referenced by MonographMailTemplate.assignParams(), Onix30ExportPlugin.display(), RegistrationForm.execute(), LanguageToggleBlockPlugin.getContents(), InformationBlockPlugin.getContents(), SubmissionFileDAOTest.getTestGenre(), Validation.isAuthorized(), PayPalPlugin.isConfigured(), ManualPaymentPlugin.isConfigured(), MailTemplate.MailTemplate(), and PressOAI.PressOAI().
| Request.getRequestedContextPath | ( | $ | contextLevel = null |
) |
Deprecated
Definition at line 51 of file Request.inc.php.
| Request.getRequestedPressPath | ( | ) |
Deprecated
Definition at line 25 of file Request.inc.php.
Referenced by MailTemplate.assignParams().
| Request.getUserAgent | ( | ) |
Definition at line 106 of file Request.inc.php.
| Request.redirectHome | ( | ) |
| Request.url | ( | $ | pressPath = null, |
|
| $ | page = null, |
|||
| $ | op = null, |
|||
| $ | path = null, |
|||
| $ | params = null, |
|||
| $ | anchor = null, |
|||
| $ | escape = false | |||
| ) |
Deprecated
Definition at line 87 of file Request.inc.php.
Referenced by MailTemplate.assignParams(), and Dc11SchemaPublicationFormatAdapter.extractMetadataFromDataObject().
1.7.1