RedirectView Class Reference
[Spring-like webflow tools]

Inheritance diagram for RedirectView:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($url)
 render ($model=null)
 
Parameters:
$model null or Model

 getUrl ()
 isFalseAsUnset ()
 setFalseAsUnset ($really)
 
Returns:
RedirectView


Static Public Member Functions

static create ($url)
 
Returns:
RedirectView


Protected Attributes

 $url = null

Private Attributes

 $falseAsUnset = false


Detailed Description

Definition at line 16 of file RedirectView.class.php.


Constructor & Destructor Documentation

RedirectView::__construct ( url  ) 

Reimplemented in RedirectToView.

Definition at line 22 of file RedirectView.class.php.

References $url.


Member Function Documentation

static RedirectView::create ( url  )  [static]

Returns:
RedirectView

Reimplemented in RedirectToView.

Definition at line 30 of file RedirectView.class.php.

References $url.

Referenced by OpenIdConsumer::makeCheckIdRequest().

RedirectView::render ( model = null  ) 

Parameters:
$model null or Model

Implements View.

Definition at line 35 of file RedirectView.class.php.

References getUrl(), isFalseAsUnset(), and HeaderUtils::redirectRaw().

Here is the call graph for this function:

RedirectView::getUrl (  ) 

Reimplemented in RedirectToView.

Definition at line 71 of file RedirectView.class.php.

Referenced by render().

RedirectView::isFalseAsUnset (  ) 

Definition at line 76 of file RedirectView.class.php.

Referenced by render().

RedirectView::setFalseAsUnset ( really  ) 

Returns:
RedirectView

Definition at line 84 of file RedirectView.class.php.


Member Data Documentation

RedirectView::$url = null [protected]

Definition at line 18 of file RedirectView.class.php.

Referenced by __construct(), and create().

RedirectView::$falseAsUnset = false [private]

Definition at line 20 of file RedirectView.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:22 2007 for onPHP by  doxygen 1.5.4