Class jDatatypeDecimal

Description

Datatype Decimal

Possible facets are: 'maxValue', 'minValue'

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

jDatatype
   |
   --jDatatypeDecimal
Direct descendents
Class Description
jDatatypeInteger Datatype Integer
jDatatypeHexadecimal Datatype Hexa
Variable Summary
mixed $facets
mixed $maxValue
mixed $minValue
Method Summary
void check ( $value)
void _addFacet ( $type,  $value)
Variables
mixed $facets = array('maxValue', 'minValue') (line 189)
  • access: protected

Redefinition of:
jDatatype::$facets
mixed $maxValue = null (line 187)
  • access: protected
mixed $minValue = null (line 188)
  • access: protected

Inherited Variables

Inherited from jDatatype

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

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

Redefined in descendants as:
_addFacet (line 191)
  • access: protected
void _addFacet ( $type,  $value)
  • $type
  • $value

Redefinition of:
jDatatype::_addFacet()

Redefined in descendants as:

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