db
PHPLayoutView Class Reference

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
 

Constructor & Destructor Documentation

◆ __construct()

__construct (   $layoutName,
  $viewName 
)

vytvari view podle zadaneho jmena a predava mu parametry

Member Function Documentation

◆ getLayoutName()

getLayoutName ( )

◆ render()

render ( )

provede vykresleni celeho view

Implements View.

◆ renderLayoutPart()

renderLayoutPart (   $partName)

provede renderovani soucasti graficleho rozhrani

◆ requireFile()

requireFile (   $filename)

nacte soubor z korenoveho adresare obsahujiciho soubory s funkcemi a tridami

Member Data Documentation

◆ LAYOUT_SUFFIX

const LAYOUT_SUFFIX = ".lay.php"

◆ PART_SUFFIX

const PART_SUFFIX = ".tmpl.php"

The documentation for this class was generated from the following file: