Prado\Web\UI\WebControls\TCompareValidator::getValueToCompare PHP 메소드

getValueToCompare() 공개 메소드

public getValueToCompare ( ) : string
리턴 string the constant value to compare with the value entered by the user into the input component being validated.
    public function getValueToCompare()
    {
        return $this->getViewState('ValueToCompare', '');
    }