Exemplo n.º 1
0
 function fetchTooltip()
 {
     if ($this->_label) {
         return parent::fetchTooltip();
     } else {
         return '';
     }
 }
Exemplo n.º 2
0
 function fetchTooltip()
 {
     if ($this->_tooltip) {
         return parent::fetchTooltip();
     } else {
         return $this->fetchNoTooltip();
     }
 }