Prado\Web\UI\WebControls\TCustomValidator::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.TCustomValidator';
    }