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

getDataType() 공개 메소드

public getDataType ( ) : TValidationDataType
리턴 TValidationDataType the data type that the values being compared are converted to before the comparison is made. Defaults to TValidationDataType::String.
    public function getDataType()
    {
        return $this->getViewState('DataType', TValidationDataType::String);
    }