Exemplo n.º 1
0
 /**
  * Show the permission list HTML
  *
  * Method will build and return the permission list HTML. The permission list basically let the user decide what will
  * be synced with QuickBooks
  *
  * @access public
  * @return string The permission list HTML
  */
 public function showPermissionList()
 {
     return parent::showPermissionList($this->getid());
 }