| 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 |
(array) The available encryption algorithms.
public static $algorithms
(string) The ID of the content wrapper.
private $content_wrapper
(array) An array containing the structure of the table containing the values of the custom fields.
private $data
(string) The default content of the default page.
private $default_content
(array) An array contain various data.
private $DLSupport_data
(array) An array containing all of the form fields.
private $fields
(boolean) Specifies whether or not there is an upload field.
private $hasUpload
(DLSupport) An instance of this class.
private static $instance
(array) An array containing different instances of this class.
private static $instances
(array) An array containing instances of subclasses.
private static $instances
(mysqli) An instance of the MySQLi object.
private $mysqli
(array) An array containing all of the required options for each of the custom fields.
private $options
An associative array containing the pages in this clean admin site.
private $pages
(array) Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)].
private $Rcon
(array) Sbox is pre-computed multiplicative inverse in GF(2^8) used in SubBytes and KeyExpansion.
private $Sbox
(array) An array containing methods that can be called through Smarty using {DLSupport}.
protected static $smarty_methods
(array) An array containing SQLs that will be executed when the method Execute is called.
private $sqls
(string) The ID of the tab wrapper.
private $tab_wrapper
(array) An array containing all of tabs and their content.
private $tabs
(array) An array containing the available types for the options.
private $types
(String) The regex for our “word”.
const WordRegex