Cheetah
ChWmapExport.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import('ChWsbExport');
9 
11 {
12  protected function __construct($aSystem)
13  {
14  parent::__construct($aSystem);
15  $this->_aTables = array(
16  'ch_wmap_locations' => "`part` = 'profiles' AND `id` = {profile_id}",
17  );
18  }
19 }
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
ChWsbExport
Definition: ChWsbExport.php:29
php
ChWmapExport\__construct
__construct($aSystem)
Definition: ChWmapExport.php:12
ChWmapExport
Definition: ChWmapExport.php:11