Variables | |
$shortcodes = array() | |
$data_changes_check | |
$modification_time | |
$template_id | |
$configuration_file = '' | |
$meta_spec = array('Content-Language', 'Expires', 'Pragma', 'Cache-Control', 'imagetoolbar') | |
$debug_meta = false |
TIDEngine different private class parameters.
No need to change anything.
array $shortcodes = array() [private, inherited] |
Shortcodes array defined for specific template
Definition at line 410 of file TIDEngine.php.
num $data_changes_check [private, inherited] |
Data send to TempEngine md5 for checking for changes.
Definition at line 417 of file TIDEngine.php.
num $modification_time [private, inherited] |
Cache file modification time.
Definition at line 424 of file TIDEngine.php.
num $template_id [private, inherited] |
Template file name/id.
Definition at line 431 of file TIDEngine.php.
$configuration_file = '' [private, inherited] |
Include external cofiguration file.
If you leave empty this path, you must set settings when you init Class. If there are no defined settings default settings will be used.
default path: 'TIDEngine/configuration/config.php'
string | $configuration_file |
Definition at line 441 of file TIDEngine.php.
$meta_spec = array('Content-Language', 'Expires', 'Pragma', 'Cache-Control', 'imagetoolbar') [private, inherited] |
$debug_meta = false [private, inherited] |
Use SEO Optimization Adviser/Debugger.
bool | $debug_meta |
Definition at line 455 of file TIDEngine.php.