LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Inherited by LEPTON_secure.
Public Member Functions | |
getHeadInfo () | |
showmodinfo (array $modvalues=[], bool $bPrompt=true) | |
getEditorSettings () | |
getAdditionalClass (string $basename="settings", string $classname="") | |
Static Public Member Functions | |
static | getInstance (mixed $value=null) |
static | saveLastEditSection (int $iSectionID=0) |
static | getConstants () |
Data Fields | |
const | NOT_SET_IN_INFO = "(unknown - not set in info.php)" |
array | $language = [] |
array | $parents = [] |
string | $module_directory = "" |
string | $module_name = "" |
string | $module_function = "" |
string | $module_version = "" |
string | $module_platform = "" |
int | $module_delete = 1 |
string | $module_author = "" |
string | $module_license = "" |
string | $module_license_terms = "" |
string | $module_description = "" |
string | $module_guid = "" |
string | $module_home = "" |
Static Public Attributes | |
static | $instance |
Protected Member Functions | |
getParents () | |
getModuleInfo () | |
getLanguageFile () | |
getMainClassNames ( $sAnyClassname) | |
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 24 of file lepton_abstract.php.
getAdditionalClass | ( | string | $basename = "settings", |
string | $classname = "" ) |
[7.2] L* V.5: like [7.1] but more flexible. Useful to get information from other classes/modules out of this context.
string | $basename | Default is "settings". |
string | $classname | Default is "" - looking for the parent of this instance. |
Definition at line 534 of file lepton_abstract.php.
|
static |
Definition at line 360 of file lepton_abstract.php.
getEditorSettings | ( | ) |
[7.1] L* V.5: additional custom-classes Try to get an instance from a "setting"-class or the "settings_custom" of the parent.
Definition at line 503 of file lepton_abstract.php.
getHeadInfo | ( | ) |
Needed for modules like e.g. "news", "topics", "bakery", "forum", "xDisplay". To be overwritten by the module(-child) itself.
Definition at line 297 of file lepton_abstract.php.
|
static |
Return the instance of this class.
Definition at line 141 of file lepton_abstract.php.
|
protected |
Try to get a module-specific language file.
Definition at line 231 of file lepton_abstract.php.
|
protected |
Private function to "handle" sub_class-names
Definition at line 310 of file lepton_abstract.php.
|
protected |
Try to read the module specific info.php from the module-Directory and update the current class-properties.
Definition at line 175 of file lepton_abstract.php.
|
protected |
Try to get all parents form the current instance as a simple linear list.
Definition at line 157 of file lepton_abstract.php.
|
abstractprotected |
Abstract declarations - to be overwritten by the child-instance.
Reimplemented in LEPTON_secure.
|
static |
Public function to "store" a given section_id into the $_SESSION (superglobal).
int | $iSectionID | A valid section_id. If not given or NULL parsed, the last global "section_id" is used!. |
Definition at line 347 of file lepton_abstract.php.
showmodinfo | ( | array | $modvalues = [], |
bool | $bPrompt = true ) |
Show the module info
@access public
array | $modvalues | As optional array containing module specialized values |
bool | $bPrompt | True for direct output via echo, false for returning the generated source. |
Definition at line 380 of file lepton_abstract.php.
|
static |
Definition at line 135 of file lepton_abstract.php.
array $language = [] |
Array with the language(-array) of the child-object. @type array
Definition at line 38 of file lepton_abstract.php.
string $module_author = "" |
The module author from the info.php of the child. @type string
Definition at line 94 of file lepton_abstract.php.
int $module_delete = 1 |
The module delete from the info.php of the child. @type boolean
Definition at line 87 of file lepton_abstract.php.
string $module_description = "" |
The module description from the info.php of the child. @type string
Definition at line 115 of file lepton_abstract.php.
string $module_directory = "" |
The module directory from the info.php of the child. @type string
Definition at line 52 of file lepton_abstract.php.
string $module_function = "" |
The module function from the info.php of the child. @type string
Definition at line 66 of file lepton_abstract.php.
string $module_guid = "" |
The module guid from the info.php of the child. @type string
Definition at line 122 of file lepton_abstract.php.
string $module_home = "" |
The module home from the info.php of the child. @type string
Definition at line 129 of file lepton_abstract.php.
string $module_license = "" |
The module license from the info.php of the child. @type string
Definition at line 101 of file lepton_abstract.php.
string $module_license_terms = "" |
The module license terms from the info.php of the child. @type string
Definition at line 108 of file lepton_abstract.php.
string $module_name = "" |
The module name from the info.php of the child. @type string
Definition at line 59 of file lepton_abstract.php.
string $module_platform = "" |
The module platform from the info.php of the child. @type string
Definition at line 80 of file lepton_abstract.php.
string $module_version = "" |
The module version from the info.php of the child. @type string
Definition at line 73 of file lepton_abstract.php.
array $parents = [] |
Array with the names of all parents (desc. order) @type array
Definition at line 45 of file lepton_abstract.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 31 of file lepton_abstract.php.