Inherits PHPView.
Public Member Functions | |
| __construct ($layoutName, $viewName) | |
| getLayoutName () | |
| render () | |
| renderLayoutPart ($partName) | |
| requireFile ($filename) | |
Public Member Functions inherited from PHPView | |
| __construct ($viewName) | |
| getLocale () | |
| getParameters () | |
| getParameter ($paramName) | |
| getLang () | |
| getRouter () | |
| render () | |
| init (Router $router, ModelAndView $modelAndView, Locale $locale) | |
Public Attributes | |
| const | PART_SUFFIX = ".tmpl.php" |
| const | LAYOUT_SUFFIX = ".lay.php" |
Public Attributes inherited from PHPView | |
| const | VIEW_SUFFIX = ".tmpl.php" |
Additional Inherited Members | |
Static Public Member Functions inherited from PHPView | |
| static | getApplicationView () |
| static | setApplicationView ($applicationView) |
Protected Attributes inherited from PHPView | |
| $viewName | |
| $locale | |
| $parameters | |
| $router | |
| __construct | ( | $layoutName, | |
| $viewName | |||
| ) |
vytvari view podle zadaneho jmena a predava mu parametry
| getLayoutName | ( | ) |
| render | ( | ) |
provede vykresleni celeho view
Implements View.
| renderLayoutPart | ( | $partName | ) |
provede renderovani soucasti graficleho rozhrani
| requireFile | ( | $filename | ) |
nacte soubor z korenoveho adresare obsahujiciho soubory s funkcemi a tridami
| const LAYOUT_SUFFIX = ".lay.php" |
| const PART_SUFFIX = ".tmpl.php" |