removed packages directory. refactoring.
This commit is contained in:
@@ -2,22 +2,6 @@
|
||||
|
||||
class Lang {
|
||||
|
||||
/**
|
||||
* All of the loaded language lines.
|
||||
*
|
||||
* The array is keyed by [$language.$file].
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected static $lines = array();
|
||||
|
||||
/**
|
||||
* The paths containing the language files.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected static $paths = array(LANG_PATH);
|
||||
|
||||
/**
|
||||
* The key of the language line being retrieved.
|
||||
*
|
||||
@@ -39,6 +23,22 @@ class Lang {
|
||||
*/
|
||||
protected $language;
|
||||
|
||||
/**
|
||||
* All of the loaded language lines.
|
||||
*
|
||||
* The array is keyed by [$language.$file].
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected static $lines = array();
|
||||
|
||||
/**
|
||||
* The paths containing the language files.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected static $paths = array(LANG_PATH);
|
||||
|
||||
/**
|
||||
* Create a new Lang instance.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user