| 26 |
====Private Properties==== |
| 27 |
|
| 28 |
#| |
| 29 |
*| Property | Type | Description |* |
| 30 |
|| ##$db## | object | Database connection reference || |
| 31 |
|| ##$tls_mark## | string | Cookie name for TLS session marking || |
| 32 |
|| ##$page## | string | Current page name being processed || |
| 33 |
|| ##$hash## | string | SHA1 hash of the page name || |
| 34 |
|| ##$query## | string | Encoded query string || |
| 35 |
|| ##$lang## | string | Current language code || |
| 36 |
|| ##$file## | string | Cache file path || |
| 37 |
|| ##$caching## | int | Flag indicating if page should be cached (0 or 1) || |
| 38 |
|# |
| 39 |
|
| 40 |
---- |