Prado\Web\UI\ActiveControls\TActiveRatingList::getClientClassName PHP Method

getClientClassName() protected method

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