Cheetah
ChMbpPageJoin.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import('ChWsbPageView');
9 
11 {
12  var $_oObject;
13 
14  function __construct(&$oObject)
15  {
16  parent::__construct('ch_mbp_join');
17 
18  $this->_oObject = $oObject;
19  }
20 
22  {
23  return $this->_oObject->getSelectLevelBlock();
24  }
25 }
ChWsbPageView
Definition: ChWsbPageView.php:99
ChMbpPageJoin
Definition: ChMbpPageJoin.php:11
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
php
ChMbpPageJoin\$_oObject
$_oObject
Definition: ChMbpPageJoin.php:12
ChMbpPageJoin\__construct
__construct(&$oObject)
Definition: ChMbpPageJoin.php:14
ChMbpPageJoin\getBlockCode_Select
getBlockCode_Select()
Definition: ChMbpPageJoin.php:21