PhpViewResolver Class Reference
[Spring-like webflow tools]

Inheritance diagram for PhpViewResolver:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($prefix=null, $postfix=null)
 resolveViewName ($viewName)
 
Returns:
SimplePhpView

 viewExists ($viewName)
 getPrefix ()
 setPrefix ($prefix)
 
Returns:
PhpViewResolver

 getPostfix ()
 setPostfix ($postfix)
 
Returns:
PhpViewResolver


Static Public Member Functions

static create ($prefix=null, $postfix=null)
 
Returns:
PhpViewResolver


Private Attributes

 $prefix = null
 $postfix = null


Detailed Description

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


Constructor & Destructor Documentation

PhpViewResolver::__construct ( prefix = null,
postfix = null 
)

Definition at line 21 of file PhpViewResolver.class.php.

References $postfix, and $prefix.


Member Function Documentation

static PhpViewResolver::create ( prefix = null,
postfix = null 
) [static]

Returns:
PhpViewResolver

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

References $postfix, and $prefix.

PhpViewResolver::resolveViewName ( viewName  ) 

Returns:
SimplePhpView

Implements ViewResolver.

Definition at line 38 of file PhpViewResolver.class.php.

PhpViewResolver::viewExists ( viewName  ) 

Definition at line 47 of file PhpViewResolver.class.php.

PhpViewResolver::getPrefix (  ) 

Definition at line 52 of file PhpViewResolver.class.php.

PhpViewResolver::setPrefix ( prefix  ) 

Returns:
PhpViewResolver

Definition at line 60 of file PhpViewResolver.class.php.

References $prefix.

PhpViewResolver::getPostfix (  ) 

Definition at line 67 of file PhpViewResolver.class.php.

PhpViewResolver::setPostfix ( postfix  ) 

Returns:
PhpViewResolver

Definition at line 75 of file PhpViewResolver.class.php.

References $postfix.


Member Data Documentation

PhpViewResolver::$prefix = null [private]

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

Referenced by __construct(), create(), and setPrefix().

PhpViewResolver::$postfix = null [private]

Definition at line 19 of file PhpViewResolver.class.php.

Referenced by __construct(), create(), and setPostfix().


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