LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Static Public Member Functions | |
static | getInstance (mixed $value=null) |
static | getConstants () |
Data Fields | |
const | NOT_SET_IN_INFO = "(unknown - not set in info.php)" |
array | $language = [] |
array | $parents = [] |
string | $module_description = "" |
Static Public Attributes | |
static | $instance |
Protected Member Functions | |
getMainClassNames (string $anyClassname) | |
getLanguageFile () | |
getParents () | |
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_abstract_frontend.php.
|
static |
Get all class constants as an assoc. array.
Definition at line 84 of file lepton_abstract_frontend.php.
|
static |
Return the instance of this class.
Definition at line 67 of file lepton_abstract_frontend.php.
|
protected |
Try to get a module-specific language file.
Definition at line 122 of file lepton_abstract_frontend.php.
|
protected |
Private function to "handle" sub_class-names
string | $anyClassname |
Definition at line 96 of file lepton_abstract_frontend.php.
|
protected |
Try to get all parents form the current instance as a simple linear list.
Definition at line 186 of file lepton_abstract_frontend.php.
|
abstractprotected |
Abstract declarations - has to be overwritten by the child-instance.
|
static |
Definition at line 60 of file lepton_abstract_frontend.php.
array $language = [] |
Array with the language(-array) of the child-object. @type array
Definition at line 40 of file lepton_abstract_frontend.php.
string $module_description = "" |
The module description from the info.php of the child. @type string
Definition at line 54 of file lepton_abstract_frontend.php.
array $parents = [] |
Array with the names of all parents (desc. order) @type array
Definition at line 47 of file lepton_abstract_frontend.php.
const NOT_SET_IN_INFO = "(unknown - not set in info.php)" |
Default string if a value is not set in the info.php of the module. @type string
Definition at line 33 of file lepton_abstract_frontend.php.