Exemplo n.º 1
0
 function init()
 {
     parent::init();
     $this->api->addHook('buildURL', $this);
     $this->getLanguage();
 }
Exemplo n.º 2
0
 function init()
 {
     parent::init();
     $this->switchLanguageIfRequired();
     $this->getLanguage();
 }