Class jDatatypeString

Description

Datatype String.

Possible facets are: 'length','minLength','maxLength', 'pattern'

Located in /utils/jDatatype.class.php (line 81)

jDatatype
   |
   --jDatatypeString
Variable Summary
mixed $facets
mixed $length
mixed $maxLength
mixed $minLength
mixed $pattern
Method Summary
void check ( $value)
Variables
mixed $facets = array('length','minLength','maxLength', 'pattern') (line 86)
  • access: protected

Redefinition of:
jDatatype::$facets
mixed $length = null (line 82)
  • access: protected
mixed $maxLength = null (line 84)
  • access: protected
mixed $minLength = null (line 83)
  • access: protected
mixed $pattern = null (line 85)
  • access: protected

Inherited Variables

Inherited from jDatatype

jDatatype::$hasFacets
Methods
check (line 88)
  • access: public
void check ( $value)
  • $value

Redefinition of:
jDatatype::check()
verify a value : it should correspond to the datatype

Inherited Methods

Inherited From jDatatype

jDatatype::addFacet()
jDatatype::check()
jDatatype::getFacet()
jDatatype::_addFacet()

Documentation generated on Thu, 22 Mar 2012 22:15:06 +0100 by phpDocumentor 1.4.3