|
Cheetah
|
Public Member Functions | |
| __construct () | |
| getLangs () | |
| getLangsXml () | |
| getUrlsXml () | |
| addHeaderFooter (&$li, $content) | |
| getPageXML ($first_load=1, &$p) | |
| cacheWrite ($fn, $s) | |
| cacheRead ($fn) | |
| cacheExists ($fn) | |
| cacheEnabled () | |
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 ThingPage.php.
| ThingPage::__construct | ( | ) |
| ThingPage::addHeaderFooter | ( | & | $li, |
| $content | |||
| ) |
Definition at line 63 of file ThingPage.php.
| ThingPage::cacheEnabled | ( | ) |
check if cache is enabled
Definition at line 191 of file ThingPage.php.
| ThingPage::cacheExists | ( | $fn | ) |
check if cache is available
| $fn | filename to check |
| return | true if cache is available |
Definition at line 182 of file ThingPage.php.
| ThingPage::cacheRead | ( | $fn | ) |
read cache from a file
| $fn | filename to read from |
| return | string from a file |
Definition at line 157 of file ThingPage.php.
| ThingPage::cacheWrite | ( | $fn, | |
| $s | |||
| ) |
write cache to a file
| $fn | filename to write to |
| $s | string to write |
Definition at line 133 of file ThingPage.php.
| ThingPage::getLangs | ( | ) |
Definition at line 22 of file ThingPage.php.
| ThingPage::getLangsXml | ( | ) |
Definition at line 38 of file ThingPage.php.
| ThingPage::getPageXML | ( | $first_load = 1, |
|
| & | $p | ||
| ) |
| ThingPage::getUrlsXml | ( | ) |
Definition at line 43 of file ThingPage.php.