Exemplo n.º 1
0
Arquivo: Node.php Projeto: kingsj/core
 /**
  * Check if widget is visible
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && !$this->isEmptyChildsList();
 }