Public Member Functions | |
__construct (ViewResolver $resolver, $model=null) | |
view ($partName, $model=null) | |
partExists ($partName) | |
getModel () | |
Protected Attributes | |
$viewResolver = null | |
$model = null |
Definition at line 15 of file PartViewer.class.php.
PartViewer::__construct | ( | ViewResolver $ | resolver, | |
$ | model = null | |||
) |
Definition at line 20 of file PartViewer.class.php.
References $model.
PartViewer::getModel | ( | ) |
Definition at line 68 of file PartViewer.class.php.
PartViewer::partExists | ( | $ | partName | ) |
Definition at line 60 of file PartViewer.class.php.
PartViewer::view | ( | $ | partName, | |
$ | model = null | |||
) |
Definition at line 29 of file PartViewer.class.php.
References $model, and Assert::isTrue().
PartViewer::$model = null [protected] |
Definition at line 18 of file PartViewer.class.php.
Referenced by __construct(), and view().
PartViewer::$viewResolver = null [protected] |
Definition at line 17 of file PartViewer.class.php.