Exemplo n.º 1
0
 public function hasContent()
 {
     if (!$this->_getRow()->text) {
         return false;
     }
     return parent::hasContent();
 }
Exemplo n.º 2
0
 public function hasContent()
 {
     if ($this->getPagingCount() > 0) {
         return true;
     }
     return parent::hasContent();
 }