Ejemplo n.º 1
0
 /**
  * Return true if there are options to be drawn by {@link _draw_options()}.
  * @return boolean 
  * @access private
  */
 protected function _has_options()
 {
     return $this->object_exists() || parent::_has_options();
 }