LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Static Public Member Functions | |
static | getInstance () |
Data Fields | |
$language = array() | |
$parents = array() | |
$template_directory = "" | |
$template_name = "" | |
$template_function = "" | |
$template_version = "" | |
$template_platform = "" | |
$template_author = "" | |
$template_license = "" | |
$template_license_terms = "" | |
$template_description = "" | |
$template_guid = "" | |
$block = [] | |
$menu = [] | |
Static Public Attributes | |
static | $instance |
Protected Member Functions | |
getParents () | |
getTemplateInfo () | |
getLanguageFile () | |
initialize () | |
This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.
Definition at line 25 of file lepton_template.php.
|
static |
Return the instance of this class.
Definition at line 135 of file lepton_template.php.
|
protected |
Try to get a module-spezific language file.
Overwrite the $template_description with the current language one.
Definition at line 251 of file lepton_template.php.
|
protected |
Try to get all parents form the current instance as a simple linear list.
Definition at line 151 of file lepton_template.php.
|
protected |
Try to read the module specific info.php from the module-Directory and update the current class-properties.
Definition at line 169 of file lepton_template.php.
|
abstractprotected |
Abstact declarations - to be overwrite by the child-instance.
$block = [] |
The template block(-s). @type array
Definition at line 116 of file lepton_template.php.
|
static |
Definition at line 129 of file lepton_template.php.
$language = array() |
Array with the language(-array) of the child-object. @type array
Definition at line 32 of file lepton_template.php.
$menu = [] |
The template menu(-s). @type array
Definition at line 123 of file lepton_template.php.
$parents = array() |
Array with the names of all parents (desc. order) @type array
Definition at line 39 of file lepton_template.php.
$template_author = "" |
The template author from the info.php of the child. @type string
Definition at line 81 of file lepton_template.php.
$template_description = "" |
The template description from the info.php of the child. @type string
Definition at line 102 of file lepton_template.php.
$template_directory = "" |
The template directory from the info.php of the child. @type string
Definition at line 46 of file lepton_template.php.
$template_function = "" |
The template function from the info.php of the child. @type string
Definition at line 60 of file lepton_template.php.
$template_guid = "" |
The template guid from the info.php of the child. @type string
Definition at line 109 of file lepton_template.php.
$template_license = "" |
The template license from the info.php of the child. @type string
Definition at line 88 of file lepton_template.php.
$template_license_terms = "" |
The template license terms from the info.php of the child. @type string
Definition at line 95 of file lepton_template.php.
$template_name = "" |
The template name from the info.php of the child. @type string
Definition at line 53 of file lepton_template.php.
$template_platform = "" |
The template platform from the info.php of the child. @type string
Definition at line 74 of file lepton_template.php.
$template_version = "" |
The template version from the info.php of the child. @type string
Definition at line 67 of file lepton_template.php.