Prado\Web\UI\WebControls\TDropDownList::getClientClassName PHP 메소드

getClientClassName() 보호된 메소드

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