Twig, Tests, AES,
This commit is contained in:
@@ -27,9 +27,6 @@ namespace Objects {
|
||||
public function getCode(): string { return $this->langCode; }
|
||||
public function getShortCode() { return substr($this->langCode, 0, 2); }
|
||||
public function getName() { return $this->langName; }
|
||||
public function getIconPath() { return "/img/icons/lang/$this->langCode.gif"; }
|
||||
public function getEntries() { return $this->entries; }
|
||||
public function getModules() { return $this->modules; }
|
||||
|
||||
/**
|
||||
* @param $module LanguageModule class or object
|
||||
|
||||
Reference in New Issue
Block a user