onPHP

PhpViewResolver Class Reference

 

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)
 
Parameters:
$viewName string

 viewExists ($viewName)
 getPrefix ()
 setPrefix ($prefix)
 getPostfix ()
 setPostfix ($postfix)

Static Public Member Functions

static create ($prefix=null, $postfix=null)

Protected 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]

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

References $postfix, and $prefix.

PhpViewResolver::resolveViewName ( viewName  ) 

Parameters:
$viewName string

Returns:
View

Implements ViewResolver.

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

PhpViewResolver::viewExists ( viewName  ) 

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

PhpViewResolver::getPrefix (  ) 

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

PhpViewResolver::setPrefix ( prefix  ) 

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

References $prefix.

PhpViewResolver::getPostfix (  ) 

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

PhpViewResolver::setPostfix ( postfix  ) 

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

References $postfix.


Member Data Documentation

PhpViewResolver::$prefix = null [protected]

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

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

PhpViewResolver::$postfix = null [protected]

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 by doxygen-1.5.1
for onPHP at Mon Jan 8 11:43:41 2007