Esempio n. 1
0
 /**
  * Is the element hidden or not - if not set then return false
  * If the table db isn't the same as the joomla db the element
  *
  * @return  bool
  */
 public function isHidden()
 {
     if ($this->inJDb()) {
         return parent::isHidden();
     } else {
         return true;
     }
 }