Class jDatatypeHtml

Description

Implements interfaces:

Datatype HTML String.

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

  • since: 1.1

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

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

Redefinition of:
jDatatype::$facets
mixed $fromWysiwyg = false (line 134)
  • access: public
mixed $length = null (line 129)
  • access: protected
mixed $maxLength = null (line 131)
  • access: protected
mixed $minLength = null (line 130)
  • access: protected
mixed $newValue (line 136)
  • access: protected
mixed $outputXhtml = false (line 133)
  • access: public

Inherited Variables

Inherited from jDatatype

jDatatype::$hasFacets
Methods
Constructor __construct (line 138)
  • access: public
jDatatypeHtml __construct ([ $aOutputXhtml = false], [ $fromWysiwyg = false])
  • $aOutputXhtml
  • $fromWysiwyg
allowWhitespace (line 164)
  • access: public
void allowWhitespace ()

Redefinition of:
jDatatype::allowWhitespace()
says if the value can contain only whitespaces
check (line 143)
  • access: public
void check ( $value)
  • $value

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

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

Inherited Methods

Inherited From jDatatype

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

Documentation generated on Wed, 04 Jan 2017 22:53:31 +0100 by phpDocumentor 1.4.3