Cheetah
templates
tmpl_uni
scripts
ChTemplCommunicator.php
Go to the documentation of this file.
1
<?
php
2
8
require_once( CH_DIRECTORY_PATH_ROOT .
'templates/base/scripts/ChBaseCommunicator.php'
);
9
10
class
ChTemplCommunicator
extends
ChBaseCommunicator
11
{
12
function
__construct
(
$aCommunicatorSettings
)
13
{
14
parent::__construct(
$aCommunicatorSettings
);
15
}
16
}
php
ChWsbCommunicator\$aCommunicatorSettings
$aCommunicatorSettings
Definition:
ChWsbCommunicator.php:18
ChBaseCommunicator
Definition:
ChBaseCommunicator.php:11
ChTemplCommunicator\__construct
__construct($aCommunicatorSettings)
Definition:
ChTemplCommunicator.php:12
ChTemplCommunicator
Definition:
ChTemplCommunicator.php:11
Generated by
1.8.20