LEPTON CMS 7.0.0
feel free to keep it strictly simple...
Loading...
Searching...
No Matches
LEPTON_abstract_frontend Class Reference

Static Public Member Functions

static getInstance ()
 
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 ()
 

Detailed Description

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.

Author
LEPTON Project

Definition at line 25 of file lepton_abstract_frontend.php.

Member Function Documentation

◆ getConstants()

static getConstants ( )
static

Get all class constants as an assoc. array.

Returns
array

Definition at line 84 of file lepton_abstract_frontend.php.

◆ getInstance()

static getInstance ( )
static

Return the instance of this class.

Definition at line 67 of file lepton_abstract_frontend.php.

◆ getLanguageFile()

getLanguageFile ( )
protected

Try to get a module-specific language file.

Definition at line 122 of file lepton_abstract_frontend.php.

◆ getMainClassNames()

getMainClassNames ( string  $anyClassname)
protected

Private function to "handle" sub_class-names

Parameters
string$anyClassname
Returns
array

Definition at line 96 of file lepton_abstract_frontend.php.

◆ getParents()

getParents ( )
protected

Try to get all parents form the current instance as a simple linear list.

Definition at line 185 of file lepton_abstract_frontend.php.

◆ initialize()

initialize ( )
abstractprotected

Abstract declarations - has to be overwritten by the child-instance.

Field Documentation

◆ $instance

$instance
static

Definition at line 60 of file lepton_abstract_frontend.php.

◆ $language

array $language = []

Array with the language(-array) of the child-object. @type array

Definition at line 40 of file lepton_abstract_frontend.php.

◆ $module_description

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.

◆ $parents

array $parents = []

Array with the names of all parents (desc. order) @type array

Definition at line 47 of file lepton_abstract_frontend.php.

◆ NOT_SET_IN_INFO

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.


The documentation for this class was generated from the following file: