Esempio n. 1
0
 /**
  * if the table db isnt the same as the joomla db the element
  * will be rendered as a hidden field so return true from isHidden()
  *
  * @return bol
  */
 function isHidden()
 {
     if ($this->inJDb()) {
         return parent::isHidden();
     } else {
         return true;
     }
 }