Class PathInfoURLWriter

Description

The purpose of a URLWriter is to generate URLs from contextual data. This data would be the current/target module and action, any contextual name=value pairs specified by the code, and any additional query data.

Located in /harmoni/core/architecture/request/PathInfoRequestHandler.class.php (line 136)

SObject
   |
   --URLWriter
      |
      --PathInfoURLWriter
Method Summary
string write ()
Variables
Methods
write (line 151)

The following function has many forms, and due to PHP's lack of method overloading they are all contained within the same class method.

write() write(array $vars) write(string $key1, string $value1, [string $key2, string $value2, [...]])

  • return: The URL.
  • access: public
string write ()

Redefinition of:
URLWriter::write()
The following function has many forms, and due to PHP's lack of

Inherited Methods

Inherited From URLWriter

URLWriter::URLWriter()
URLWriter::batchSetValues()
URLWriter::redirectBrowser()
URLWriter::setModuleAction()
URLWriter::setValue()
URLWriter::setValues()
URLWriter::write()

Inherited From SObject

SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()

Documentation generated on Wed, 19 Sep 2007 10:25:29 -0400 by phpDocumentor 1.3.0RC3