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

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

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_template.php.

Member Function Documentation

◆ getInstance()

static getInstance ( )
static

Return the instance of this class.

Definition at line 135 of file lepton_template.php.

◆ getLanguageFile()

getLanguageFile ( )
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.

◆ getParents()

getParents ( )
protected

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

Definition at line 151 of file lepton_template.php.

◆ getTemplateInfo()

getTemplateInfo ( )
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.

◆ initialize()

initialize ( )
abstractprotected

Abstact declarations - to be overwrite by the child-instance.

Field Documentation

◆ $block

$block = []

The template block(-s). @type array

Definition at line 116 of file lepton_template.php.

◆ $instance

$instance
static

Definition at line 129 of file lepton_template.php.

◆ $language

$language = array()

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

Definition at line 32 of file lepton_template.php.

◆ $menu

$menu = []

The template menu(-s). @type array

Definition at line 123 of file lepton_template.php.

◆ $parents

$parents = array()

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

Definition at line 39 of file lepton_template.php.

◆ $template_author

$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

$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

$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

$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

$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

$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

$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

$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

$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

$template_version = ""

The template version from the info.php of the child. @type string

Definition at line 67 of file lepton_template.php.


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