Class jUrlAction

Description

A container to store url data for an action

  • author: Laurent Jouanneau
  • copyright: 2005-2006 Laurent Jouanneau

Located in /core/jUrlAction.class.php (line 17)

jUrlBase
   |
   --jUrlAction
Variable Summary
string $requestType
Method Summary
jUrlAction __construct ([ $params = array()], [ $request = ''])
string toString ([boolean $forxml = false])
jUrl toUrl ()
Variables
string $requestType = '' (line 23)

the request type

  • access: public

Inherited Variables

Inherited from jUrlBase

jUrlBase::$params
Methods
Constructor __construct (line 28)

constructor...

jUrlAction __construct ([ $params = array()], [ $request = ''])
  • $params
  • $request
toString (line 42)

get the url string corresponding to the action

  • access: public
string toString ([boolean $forxml = false])
  • boolean $forxml: true: some characters will be escaped

Redefinition of:
jUrlBase::toString()
get the url string corresponding to the url/action
toUrl (line 50)

get the jUrl object corresponding to the action

  • access: public
jUrl toUrl ()

Inherited Methods

Inherited From jUrlBase

jUrlBase::clearParam()
jUrlBase::delParam()
jUrlBase::getParam()
jUrlBase::setParam()
jUrlBase::toString()
jUrlBase::__toString()

Documentation generated on Wed, 24 Sep 2014 22:02:36 +0200 by phpDocumentor 1.4.3