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

setControlToCompare() 공개 메소드

Sets the input component to compare with the input control being validated.
public setControlToCompare ( $value )
    public function setControlToCompare($value)
    {
        $this->setViewState('ControlToCompare', $value, '');
    }