Cheetah
ChTemplIndexPageView.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import ('ChBaseIndexPageView');
9 
11 {
12  function __construct()
13  {
14  parent::__construct();
15  }
16 }
ChTemplIndexPageView\__construct
__construct()
Definition: ChTemplIndexPageView.php:12
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
php
ChTemplIndexPageView
Definition: ChTemplIndexPageView.php:11
ChBaseIndexPageView
Definition: ChBaseIndexPageView.php:15