Variables

TIDEngine Class Settings

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

Detailed Description

TIDEngine different private class parameters.

No need to change anything.


Variable Documentation

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'

Parameters:
string$configuration_file

Definition at line 441 of file TIDEngine.php.

$meta_spec = array('Content-Language', 'Expires', 'Pragma', 'Cache-Control', 'imagetoolbar') [private, inherited]

For meta tags spec.

Parameters:
array$meta_spec

Definition at line 448 of file TIDEngine.php.

$debug_meta = false [private, inherited]

Use SEO Optimization Adviser/Debugger.

Parameters:
bool$debug_meta

Definition at line 455 of file TIDEngine.php.