mojavi
[ class tree: mojavi ] [ index: mojavi ] [ all elements ]

Class: ConsoleRequest

Source Location: /request/ConsoleRequest.class.php

Class Overview

ParameterHolder
   |
   --Request
      |
      --ConsoleRequest



Author(s):

  • Sean Kerr (skerr@mojavi.org)

Version:

  • $Id: ConsoleRequest.class.php 548 2004-12-05 02:58:37Z seank $

Copyright:

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: Request

Request::clearAttributes()
Clear all attributes associated with this request.
Request::extractParameters()
Extract parameter values from the request.
Request::getAttribute()
Retrieve an attribute.
Request::getAttributeNames()
Retrieve an array of attribute names.
Request::getError()
Retrieve an error message.
Request::getErrorNames()
Retrieve an array of error names.
Request::getErrors()
Retrieve an array of errors.
Request::getMethod()
Retrieve this request's method.
Request::hasAttribute()
Indicates whether or not an attribute exists.
Request::hasError()
Indicates whether or not an error exists.
Request::hasErrors()
Indicates whether or not any errors exist.
Request::initialize()
Initialize this Request.
Request::newInstance()
Retrieve a new Request implementation instance.
Request::removeAttribute()
Remove an attribute.
Request::removeError()
Remove an error.
Request::setAttribute()
Set an attribute.
Request::setAttributeByRef()
Set an attribute by reference.
Request::setAttributes()
Set an array of attributes.
Request::setAttributesByRef()
Set an array of attributes by reference.
Request::setError()
Set an error.
Request::setErrors()
Set an array of errors
Request::setMethod()
Set the request method.
Request::shutdown()
Execute the shutdown procedure.

Class: ParameterHolder

ParameterHolder::clearParameters()
Clear all parameters associated with this request.
ParameterHolder::getParameter()
Retrieve a parameter.
ParameterHolder::getParameterNames()
Retrieve an array of parameter names.
ParameterHolder::getParameters()
Retrieve an array of parameters.
ParameterHolder::hasParameter()
Indicates whether or not a parameter exists.
ParameterHolder::removeParameter()
Remove a parameter.
ParameterHolder::setParameter()
Set a parameter.
ParameterHolder::setParameterByRef()
Set a parameter by reference.
ParameterHolder::setParameters()
Set an array of parameters.
ParameterHolder::setParametersByRef()
Set an array of parameters by reference.

Class Details

[line 23]


Tags:

version:  $Id: ConsoleRequest.class.php 548 2004-12-05 02:58:37Z seank $
since:  3.0.0
copyright:  (c) Sean Kerr, http://www.mojavi.org
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]


Class Methods


method initialize [line 61]

bool initialize( Context $context, [array $parameters = null])

Initialize this Request.



Tags:

return:  true, if initialization completes successfully, otherwise false.
access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)
throws:  InitializationException If an error occurs while initializing this Request.


Overrides Request::initialize() (Initialize this Request.)

Parameters:

Context   $context   A Context instance.
array   $parameters   An associative array of initialization parameters.

[ Top ]

method shutdown [line 76]

void shutdown( )

Execute the shutdown procedure.



Tags:

access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)


Overrides Request::shutdown() (Execute the shutdown procedure.)

[ Top ]


Documentation generated on Tue, 21 Feb 2006 01:45:12 +0900 by phpDocumentor 1.3.0RC5