db
AdminPHPLayoutView Class Reference

Inherits PHPView.

Public Member Functions

 __construct ($layoutName, $viewName, array $modulesPaths, $specificViewsDir)
 
 getLayoutName ()
 
 render ()
 
 renderLayoutPart ($partName)
 

Public Attributes

const PART_SUFFIX = ".tmpl.php"
 
const LAYOUT_SUFFIX = ".lay.php"
 

Protected Member Functions

 findLayoutPartFilePath ($partName)
 

Protected Attributes

 $modulesPaths
 
 $specificViewsDir
 
 $log
 

Constructor & Destructor Documentation

◆ __construct()

__construct (   $layoutName,
  $viewName,
array  $modulesPaths,
  $specificViewsDir 
)

vytvari view podle zadaneho jmena a predava mu parametry

Member Function Documentation

◆ findLayoutPartFilePath()

findLayoutPartFilePath (   $partName)
protected

najde cestu k potrebne casti grafickeho rozhrani

◆ getLayoutName()

getLayoutName ( )

◆ render()

render ( )

provede vykresleni celeho view

◆ renderLayoutPart()

renderLayoutPart (   $partName)

provede renderovani soucasti graficleho rozhrani

Member Data Documentation

◆ $log

$log
protected

◆ $modulesPaths

$modulesPaths
protected

◆ $specificViewsDir

$specificViewsDir
protected

◆ LAYOUT_SUFFIX

const LAYOUT_SUFFIX = ".lay.php"

suffix of layout file

◆ PART_SUFFIX

const PART_SUFFIX = ".tmpl.php"

suffix of template part file


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