Cheetah
ChWsbTextVoting.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import('ChWsbModule');
9 ch_import('ChTemplVotingView');
10 
12 {
13  var $_oModule;
14 
15  function __construct($sSystem, $iId, $iInit = 1)
16  {
17  parent::__construct($sSystem, $iId, $iInit);
18 
19  $this->_oModule = null;
20  }
21 }
ChWsbTextVoting
Definition: ChWsbTextVoting.php:12
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
php
$iId
$iId
Definition: license.php:15
ChWsbTextVoting\__construct
__construct($sSystem, $iId, $iInit=1)
Definition: ChWsbTextVoting.php:15
ChWsbTextVoting\$_oModule
$_oModule
Definition: ChWsbTextVoting.php:13
ChTemplVotingView
Definition: ChTemplVotingView.php:14