Prado\Web\UI\ActiveControls\TActiveRadioButton::onCallback PHP Метод

onCallback() публичный Метод

This method is invoked when a callback is requested. The method raises 'OnCallback' event to fire up the event handlers. If you override this method, be sure to call the parent implementation so that the event handler can be invoked.
public onCallback ( $param )
    public function onCallback($param)
    {
        $this->raiseEvent('OnCallback', $this, $param);
    }