LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Static Public Member Functions | |
static | getInstance () |
static | get_dateformats () |
static | get_timeformats () |
static | get_timezones () |
static | get_errorlevels () |
static | get_backend_translation (string $sKey="") |
static | getLanguagePath (string $sRootDir="") |
Data Fields | |
const | SYSTEM_DEFAULT_STR = 'System Default' |
Static Public Attributes | |
static | $instance |
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_basics.php.
|
static |
Backend-Theme specific language values
string | $sKey | Any valid key-string. Default is "". |
@notice You can use the method to "preload" the theme-language file passing NULL to load them where you need them!
Backend-Theme can also have additional language-files
Definition at line 223 of file lepton_basics.php.
|
static |
Get the date formats.
Exception |
Definition at line 58 of file lepton_basics.php.
|
static |
Get the error-levels.
Definition at line 190 of file lepton_basics.php.
|
static |
Get the time formats.
Definition at line 116 of file lepton_basics.php.
|
static |
Get the time zones.
Definition at line 148 of file lepton_basics.php.
|
static |
Return the internal instance.
Definition at line 41 of file lepton_basics.php.
|
static |
Returns the path to the language file inside a given directory; mostly the current module.
string | $sRootDir | A path to the "look-up" dir |
Definition at line 271 of file lepton_basics.php.
|
static |
Holds the 'singleton' instance of this class.
@type object
Definition at line 33 of file lepton_basics.php.
const SYSTEM_DEFAULT_STR = 'System Default' |
Definition at line 26 of file lepton_basics.php.