Public Member Functions

Request Class Reference

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...

List of all members.

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)

Detailed Description

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.


Member Function Documentation

& Request.getContext ( level = 1  ) 

Deprecated

See also:
PKPPageRouter.getContext()

Definition at line 67 of file Request.inc.php.

& Request.getContextByName ( contextName  ) 

Deprecated

See also:
PKPPageRouter.getContextByName()

Definition at line 77 of file Request.inc.php.

& Request.getPress (  ) 
Request.getRequestedContextPath ( contextLevel = null  ) 

Deprecated

See also:
PKPPageRouter.getRequestedContextPath()

Definition at line 51 of file Request.inc.php.

Request.getRequestedPressPath (  ) 

Deprecated

See also:
PKPPageRouter.getRequestedContextPath()

Definition at line 25 of file Request.inc.php.

Referenced by MailTemplate.assignParams().

Request.getUserAgent (  ) 
See also:
PKPRequest.getUserAgent()

Definition at line 106 of file Request.inc.php.

Request.redirectHome (  ) 

Deprecated

See also:
PageRouter.redirectHome()

Definition at line 98 of file Request.inc.php.

Request.url ( pressPath = null,
page = null,
op = null,
path = null,
params = null,
anchor = null,
escape = false 
)

Deprecated

See also:
PKPPageRouter.url()

Definition at line 87 of file Request.inc.php.

Referenced by MailTemplate.assignParams(), and Dc11SchemaPublicationFormatAdapter.extractMetadataFromDataObject().


The documentation for this class was generated from the following file: