Source for file Languages.class_2.php
Documentation is available at Languages.class_2.php
$this->langcode =
$langcode;
return isset
($langs[$this->langcode][$offset]);
return (isset
($langs[$this->langcode][$offset])) ?
$langs[$this->langcode][$offset] :
$langs[$langs->getDefault()][$offset];
throw
new Exception('Nem módosítható');
throw
new Exception('Nem módosítható');
private static $instance =
null;
private $languageDir =
'languages';
if (self::$instance ===
null)
self::$instance =
new $class();
private function __construct()
return $this->languageDir;
$this->languageDir =
$dir;
$this->default =
$langcode;
return new Language($langcode);
if (!isset
($this->lang[$offset]))
$offset =
$this->default;
if (!isset
($this->lang[$offset]))
require_once 'languages/'.
$offset.
'.php';
$lang =
$this->lang[$offset];
$this->lang[$offset] =
$lang;
return $this->lang[$offset];
throw
new Exception('Nem módosítható');
throw
new Exception('Nem módosítható');
Documentation generated on Sat, 05 Sep 2009 20:47:08 +0200 by phpDocumentor 1.4.1