Ejemplo n.º 1
0
 /**
  * Return true if the size is greater than 0
  *
  * @return bool
  * @SuppressWarnings(PHPMD.BooleanGetMethodName)
  */
 public function getShowButtons()
 {
     return $this->_problemCollection->getSize() > 0;
 }