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', '');
    }