diff options
author | Christian Schneider | 2011-06-15 13:40:09 +0000 |
---|---|---|
committer | Christian Schneider | 2011-06-15 13:40:09 +0000 |
commit | df92d093d9a3f6ca9da961ecfc1ad01f6d53e5f7 (patch) | |
tree | 6bf14af47a8ed1e34c5faa61a70f23bbd4d45a78 /it_text.class | |
parent | a3fd902e4ecc68a09b5324bba3ed43c9501156ed (diff) | |
download | itools-df92d093d9a3f6ca9da961ecfc1ad01f6d53e5f7.tar.gz itools-df92d093d9a3f6ca9da961ecfc1ad01f6d53e5f7.tar.bz2 itools-df92d093d9a3f6ca9da961ecfc1ad01f6d53e5f7.zip |
Added T_defaultlang() to avoid direct access to global it_text->defaultlanguage
Diffstat (limited to 'it_text.class')
-rw-r--r-- | it_text.class | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/it_text.class b/it_text.class index 83c2937..b986e97 100644 --- a/it_text.class +++ b/it_text.class @@ -180,6 +180,15 @@ function get_language() /** + * INTERNAL function for T_lang(): Get active language + */ +function get_defaultlanguage() +{ + return $this->defaultlanguage; +} + + +/** * INTERNAL function for T_exists(): Check if a text entry for a specific label exists */ function text_exists($label, $language = null) |