Cheetah
All Classes Namespaces Files Functions Variables Pages
ChTemplCmtsView.php
Go to the documentation of this file.
1 <?php
2 
8 require_once( CH_DIRECTORY_PATH_BASE . 'scripts/ChBaseCmtsView.php' );
9 
14 {
15  function __construct( $sSystem, $iId, $iInit = 1 )
16  {
17  ChBaseCmtsView::__construct( $sSystem, $iId, $iInit );
18  }
19 }
php
$iId
$iId
Definition: license.php:15
ChBaseCmtsView\__construct
__construct( $sSystem, $iId, $iInit=1)
Definition: ChBaseCmtsView.php:19
ChBaseCmtsView
Definition: ChBaseCmtsView.php:15
ChTemplCmtsView
Definition: ChTemplCmtsView.php:14
ChTemplCmtsView\__construct
__construct( $sSystem, $iId, $iInit=1)
Definition: ChTemplCmtsView.php:15