Public Member Functions | |
__construct ($prefix=null, $postfix=null) | |
resolveViewName ($viewName) | |
| |
viewExists ($viewName) | |
getPrefix () | |
setPrefix ($prefix) | |
| |
getPostfix () | |
setPostfix ($postfix) | |
| |
Static Public Member Functions | |
static | create ($prefix=null, $postfix=null) |
| |
Private Attributes | |
$prefix = null | |
$postfix = null |
Definition at line 16 of file PhpViewResolver.class.php.
PhpViewResolver::__construct | ( | $ | prefix = null , |
|
$ | postfix = null | |||
) |
static PhpViewResolver::create | ( | $ | prefix = null , |
|
$ | postfix = null | |||
) | [static] |
PhpViewResolver::resolveViewName | ( | $ | viewName | ) |
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 | ) |
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 | ) |
Definition at line 75 of file PhpViewResolver.class.php.
References $postfix.
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().