예제 #1
0
 function fetchTooltip()
 {
     if ($this->_label) {
         return parent::fetchTooltip();
     } else {
         return '';
     }
 }
예제 #2
0
파일: hidden.php 프로젝트: MBerguer/wp-demo
 function fetchTooltip()
 {
     if ($this->_tooltip) {
         return parent::fetchTooltip();
     } else {
         return $this->fetchNoTooltip();
     }
 }