Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
$algorithms, DLEncryption
B
 Browser, DLSupport
C
$content_wrapper, DLTab
 Contents, DLSupportJS.Tab
 ContentWrapper, DLSupportJS.Tab
 CurrentlyOpenTab, DLSupportJS.Tab
D
$data, DLCustomField
$default_content, DLCleanAdmin
$DLSupport_data, DLSupport
E
 ErrorLog, DLSupport
F
$fields, DLForm
H
$hasUpload, DLForm
I
 IdCounter, DLSupport
$instance, DLSupport
$instances
M
 ModuleUrl, DLSupport
$mysqli, DLDatabase
O
$options, DLCustomField
P
$pages, DLCleanAdmin
R
$Rcon, DLEncryption_Three
S
$Sbox, DLEncryption_Three
$smarty_methods, DLSupport
$sqls, DLDatabase
T
$tab_wrapper, DLTab
$tabs, DLTab
 Tabs, DLSupportJS.Tab
 TabWrapper, DLSupportJS.Tab
$types, DLCustomField
U
 UploadFileOptions, DLSupportJS
W
 WordRegex, DLSupport
public static $algorithms
(array) The available encryption algorithms.
Contains browser information.
private $content_wrapper
(string) The ID of the content wrapper.
(array) An array of contents.
(object) The wrapper element for the contents.
(object) The currently opened tab.
private $data
(array) An array containing the structure of the table containing the values of the custom fields.
private $default_content
(string) The default content of the default page.
private $DLSupport_data
(array) An array contain various data.
(array) Contains a log of all the errors during the script execution.
private $fields
(array) An array containing all of the form fields.
private $hasUpload
(boolean) Specifies whether or not there is an upload field.
(int) Counter used for generating unqiue IDs.
private static $instance
(DLSupport) An instance of this class.
private static $instances
(array) An array containing different instances of this class.
private static $instances
(array) An array containing instances of subclasses.
(string) The URL to the directory containing this module.
private $mysqli
(mysqli) An instance of the MySQLi object.
private $options
(array) An array containing all of the required options for each of the custom fields.
private $pages
An associative array containing the pages in this clean admin site.
private $Rcon
(array) Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)].
private $Sbox
(array) Sbox is pre-computed multiplicative inverse in GF(2^8) used in SubBytes and KeyExpansion.
protected static $smarty_methods
(array) An array containing methods that can be called through Smarty using {DLSupport}.
private $sqls
(array) An array containing SQLs that will be executed when the method Execute is called.
private $tab_wrapper
(string) The ID of the tab wrapper.
private $tabs
(array) An array containing all of tabs and their content.
(array) An array of tabs.
(object) The wrapper element for the tabs.
private $types
(array) An array containing the available types for the options.
(object) An object containing a uploaded file options.
const WordRegex
(String) The regex for our “word”.