Interface IValidatable

Description

IValidatable interface

If a control wants to be validated by a validator, it must implement this interface.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TControl.php 3078 2011-12-03 15:25:12Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /Web/UI/TControl.php (line 2003)


	
			
Method Summary
boolean getIsValid ()
boolean setIsValid ( $value)
Methods
getIsValid (line 2012)
  • return: wether this control's validators validated successfully (must default to true)
  • access: public
boolean getIsValid ()
getValidationPropertyValue (line 2008)
  • return: the value of the property to be validated.
  • access: public
mixed getValidationPropertyValue ()
setIsValid (line 2016)
  • return: wether this control's validators validated successfully
  • access: public
boolean setIsValid ( $value)
  • $value

Documentation generated on Mon, 25 Jun 2012 14:37:39 +0200 by phpDocumentor 1.4.3