Class jDatatypeUrl

Description

Datatype url

Possible facets are: 'schemeRequired','hostRequired','pathRequired', 'queryRequired'. all are booleans.

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

jDatatype
   |
   --jDatatypeUrl
Variable Summary
Method Summary
void check ( $value)
Variables
mixed $facets = array('schemeRequired','hostRequired','pathRequired', 'queryRequired') (line 256)
  • access: protected

Redefinition of:
jDatatype::$facets
mixed $hostRequired = null (line 252)
  • access: protected
mixed $pathRequired = null (line 253)
  • access: protected
mixed $queryRequired = null (line 254)
  • access: protected
mixed $schemeRequired = null (line 251)
  • access: protected

Inherited Variables

Inherited from jDatatype

jDatatype::$hasFacets
Methods
check (line 258)
  • 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::__construct()
jDatatype::addFacet()
jDatatype::check()
jDatatype::getFacet()
jDatatype::_addFacet()

Documentation generated on Wed, 07 Sep 2011 13:47:07 +0200 by phpDocumentor 1.4.3