Cheetah
templates
tmpl_evo
scripts
ChTemplVotingView.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChBaseVotingView'
);
9
13
class
ChTemplVotingView
extends
ChBaseVotingView
14
{
15
function
__construct
( $sSystem,
$iId
, $iInit = 1 )
16
{
17
parent::__construct( $sSystem,
$iId
, $iInit );
18
}
19
}
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
php
$iId
$iId
Definition:
license.php:15
ChBaseVotingView
Definition:
ChBaseVotingView.php:14
ChTemplVotingView
Definition:
ChTemplVotingView.php:14
ChTemplVotingView\__construct
__construct( $sSystem, $iId, $iInit=1)
Definition:
ChTemplVotingView.php:15
Generated by
1.8.20