Cheetah
ChWmapTemplate.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import ('ChWsbTwigTemplate');
9 
11 {
15  function __construct(&$oConfig, &$oDb)
16  {
17  parent::__construct($oConfig, $oDb);
18  }
19 
20 }
ChWsbTwigTemplate
Definition: ChWsbTwigTemplate.php:14
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
php
$oDb
global $oDb
Definition: db.inc.php:39
ChWmapTemplate
Definition: ChWmapTemplate.php:11
ChWmapTemplate\__construct
__construct(&$oConfig, &$oDb)
Definition: ChWmapTemplate.php:15