db
AdminPHPLayoutViewResolver Class Reference

Inherits ViewResolver.

Public Member Functions

 __construct (array $viewsConfig)
 
 buildView ($viewName)
 

Protected Attributes

 $adminViewsDir = "/vendor/izon/admin/views"
 
 $specificViewsDir = "/app/views"
 
 $viewsDirs = NULL
 
 $adminLayoutsDir = "/vendor/izon/admin/layouts"
 
 $templatePartSuffix = ".tmpl.php"
 
 $layoutSuffix = ".lay.php"
 
 $viewsConfig = []
 
 $log = NULL
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( array  $viewsConfig)

Member Function Documentation

◆ buildView()

buildView (   $viewName)

Member Data Documentation

◆ $adminLayoutsDir

$adminLayoutsDir = "/vendor/izon/admin/layouts"
protected

◆ $adminViewsDir

$adminViewsDir = "/vendor/izon/admin/views"
protected

◆ $layoutSuffix

$layoutSuffix = ".lay.php"
protected

suffix of layout file

◆ $log

$log = NULL
protected

◆ $specificViewsDir

$specificViewsDir = "/app/views"
protected

◆ $templatePartSuffix

$templatePartSuffix = ".tmpl.php"
protected

suffix of template part file

◆ $viewsConfig

$viewsConfig = []
protected

◆ $viewsDirs

$viewsDirs = NULL
protected

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