Exemplo n.º 1
0
 public function getList($id_lang, $orderBy = NULL, $orderWay = NULL, $start = 0, $limit = NULL, $id_lang_shop = false)
 {
     global $cookie;
     if (Module::isInstalled('agilemultipleseller')) {
         $this->agilemultipleseller_list_override();
     }
     parent::getList($id_lang, $orderBy, $orderWay, $start, $limit);
 }