Cheetah
ChTemplSearchProfile.php
Go to the documentation of this file.
1 <?php
2 
8 require_once( CH_DIRECTORY_PATH_BASE . 'scripts/ChBaseSearchProfile.php' );
9 
11 {
12  function __construct($sParamName = '', $sParamValue = '', $sParamValue1 = '', $sParamValue2 = '')
13  {
14  parent::__construct($sParamName, $sParamValue, $sParamValue1, $sParamValue2);
15  }
16 }
ChTemplSearchProfile
Definition: ChTemplSearchProfile.php:11
php
$sParamValue
$sParamValue
Definition: actions.inc.php:16
$sParamName
$sParamName
Definition: actions.inc.php:15
ChBaseSearchProfile
Definition: ChBaseSearchProfile.php:13
ChTemplSearchProfile\__construct
__construct($sParamName='', $sParamValue='', $sParamValue1='', $sParamValue2='')
Definition: ChTemplSearchProfile.php:12