public function getPagesByLang($inactive_langs = false)
 {
     $this->_load();
     return parent::getPagesByLang($inactive_langs);
 }