Class jDatatypeHtml

Description

Implements interfaces:

Datatype HTML String.

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

  • since: 1.1

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

jDatatype
   |
   --jDatatypeHtml
Variable Summary
mixed $facets
mixed $length
mixed $maxLength
mixed $minLength
mixed $newValue
mixed $outputXhtml
Method Summary
jDatatypeHtml __construct ([ $aOutputXhtml = false])
void check ( $value)
Variables
mixed $facets = array('length','minLength','maxLength') (line 116)
  • access: protected

Redefinition of:
jDatatype::$facets
mixed $length = null (line 113)
  • access: protected
mixed $maxLength = null (line 115)
  • access: protected
mixed $minLength = null (line 114)
  • access: protected
mixed $newValue (line 119)
  • access: protected
mixed $outputXhtml = false (line 117)
  • access: public

Inherited Variables

Inherited from jDatatype

jDatatype::$hasFacets
Methods
Constructor __construct (line 121)
  • access: public
jDatatypeHtml __construct ([ $aOutputXhtml = false])
  • $aOutputXhtml
check (line 125)
  • access: public
void check ( $value)
  • $value

Redefinition of:
jDatatype::check()
verify a value : it should correspond to the datatype
getFilteredValue (line 139)
  • access: public
void getFilteredValue ()

Implementation of:
jIFilteredDatatype::getFilteredValue()
return the value on which filters are applied

Inherited Methods

Inherited From jDatatype

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

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