Prado\Web\UI\WebControls\TCustomValidator::getClientValidationFunction PHP 메소드

getClientValidationFunction() 공개 메소드

public getClientValidationFunction ( ) : string
리턴 string the name of the custom client-side script function used for validation.
    public function getClientValidationFunction()
    {
        return $this->getViewState('ClientValidationFunction', '');
    }