Exemplo n.º 1
0
 /**
  * Show the sync option list
  *
  * Method will return the HTML for the sync list options. Basically options to sync customers, products and orders
  *
  * @access public
  * @return string The sync list HTML
  */
 public function showSyncList()
 {
     return parent::showSyncList($this->getid());
 }