Cheetah
templates
tmpl_evo
scripts
ChTemplProfileView.php
Go to the documentation of this file.
1
<?
php
2
8
require_once( CH_DIRECTORY_PATH_BASE .
'scripts/ChBaseProfileView.php'
);
9
10
class
ChTemplProfileView
extends
ChBaseProfileView
11
{
12
function
__construct
(&$oPr, &$aSite, &$aDir)
13
{
14
parent::__construct($oPr, $aSite, $aDir);
15
}
16
}
ChTemplProfileView\__construct
__construct(&$oPr, &$aSite, &$aDir)
Definition:
ChTemplProfileView.php:12
php
ChBaseProfileView
Definition:
ChBaseProfileView.php:12
ChTemplProfileView
Definition:
ChTemplProfileView.php:11
Generated by
1.8.20