Пример #1
0
 /**
  * Registers the radio button groupings. If overriding onInit method,
  * ensure to call parent implemenation.
  * @param TEventParameter event parameter to be passed to the event handlers
  */
 public function onInit($param)
 {
     parent::onInit($param);
     self::$_activeButtons[$this->_globalID] = $this;
 }