コード例 #1
0
 public function displayEnableLink($token, $id, $value, $active, $id_category = null, $id_product = null)
 {
     $this->_helper_list->currentIndex = $this->_list_index;
     $this->_helper_list->identifier = $this->identifier;
     $this->_helper_list->table = $this->table;
     return $this->_helper_list->displayEnableLink($this->_list_token, $id, $value, $active, $id_category, $id_product);
 }