Prado\Web\UI\WebControls\TCompareValidator::getValueToCompare PHP Méthode

getValueToCompare() public méthode

public getValueToCompare ( ) : string
Résultat 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', '');
    }