Cheetah
|
Public Member Functions | |
__construct ($sLang, $sSkin) | |
setVisualProcessing ($i) | |
compile () | |
_cleanJsCache () | |
_copyFromOrig () | |
_replaceVars ($sFilePath) | |
_replacePatches (&$s) | |
_langReplaceHandler ($m) | |
_replaceLangs (&$s) | |
_fullCopy ($source, $target, $recursively=true) | |
_fileGetContents ($sFilePath) | |
_filePutContents ($sFilePath, $s) | |
Public Attributes | |
$_sLang = 'en' | |
$_sSkin = 'default' | |
$_iVisualProcessing = true | |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 10 of file ChLang.php.
ChLang::__construct | ( | $sLang, | |
$sSkin | |||
) |
Definition at line 16 of file ChLang.php.
ChLang::_cleanJsCache | ( | ) |
Definition at line 36 of file ChLang.php.
ChLang::_copyFromOrig | ( | ) |
Definition at line 54 of file ChLang.php.
ChLang::_fileGetContents | ( | $sFilePath | ) |
Definition at line 166 of file ChLang.php.
ChLang::_filePutContents | ( | $sFilePath, | |
$s | |||
) |
Definition at line 171 of file ChLang.php.
ChLang::_fullCopy | ( | $source, | |
$target, | |||
$recursively = true |
|||
) |
Definition at line 128 of file ChLang.php.
ChLang::_langReplaceHandler | ( | $m | ) |
Definition at line 118 of file ChLang.php.
ChLang::_replaceLangs | ( | & | $s | ) |
Definition at line 123 of file ChLang.php.
ChLang::_replacePatches | ( | & | $s | ) |
Definition at line 104 of file ChLang.php.
ChLang::_replaceVars | ( | $sFilePath | ) |
Definition at line 80 of file ChLang.php.
ChLang::compile | ( | ) |
Definition at line 27 of file ChLang.php.
ChLang::setVisualProcessing | ( | $i | ) |
Definition at line 22 of file ChLang.php.
ChLang::$_iVisualProcessing = true |
Definition at line 14 of file ChLang.php.
ChLang::$_sLang = 'en' |
Definition at line 12 of file ChLang.php.
ChLang::$_sSkin = 'default' |
Definition at line 13 of file ChLang.php.