Cheetah
|
Public Member Functions | |
__construct ($sType, $p, $sJsDir='', $sCacheDir='') | |
buildJsList () | |
checkEncoding () | |
readContent () | |
outputContent () | |
getFile ($s) | |
putFile ($s, $c) | |
sendheaders () | |
cacheRead () | |
cacheWrite () | |
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 8 of file ChJsGzipLoader.php.
ChJsGzipLoader::__construct | ( | $sType, | |
$p, | |||
$sJsDir = '' , |
|||
$sCacheDir = '' |
|||
) |
$sType | type (d - directory (to read js files from), ja - js array, ) |
$p | depents on t |
$sJsUrl | js base url |
$sCacheDir | cache dir |
Definition at line 16 of file ChJsGzipLoader.php.
ChJsGzipLoader::buildJsList | ( | ) |
Definition at line 41 of file ChJsGzipLoader.php.
ChJsGzipLoader::cacheRead | ( | ) |
Definition at line 151 of file ChJsGzipLoader.php.
ChJsGzipLoader::cacheWrite | ( | ) |
Definition at line 168 of file ChJsGzipLoader.php.
ChJsGzipLoader::checkEncoding | ( | ) |
check if client browser supports gzip
Definition at line 75 of file ChJsGzipLoader.php.
ChJsGzipLoader::getFile | ( | $s | ) |
Definition at line 109 of file ChJsGzipLoader.php.
ChJsGzipLoader::outputContent | ( | ) |
Definition at line 93 of file ChJsGzipLoader.php.
ChJsGzipLoader::putFile | ( | $s, | |
$c | |||
) |
Definition at line 132 of file ChJsGzipLoader.php.
ChJsGzipLoader::readContent | ( | ) |
Definition at line 87 of file ChJsGzipLoader.php.
ChJsGzipLoader::sendheaders | ( | ) |
Definition at line 144 of file ChJsGzipLoader.php.