Prado\Web\UI\ActiveControls\TActiveRadioButtonList::getClientClassName PHP 메소드

getClientClassName() 보호된 메소드

This method overrides the parent implementation.
protected getClientClassName ( ) : string
리턴 string the javascript class name
    protected function getClientClassName()
    {
        return 'Prado.WebUI.TActiveRadioButtonList';
    }