Class SparqlEngineDb_FilterGenerator_Value

Description

Value class that holds some arbitrary value and a datatype.

Objects of this class can transparently be used in strings since its __toString() returns the value.

Located in /sparql/SparqlEngineDb/FilterGenerator.php (line 819)


	
			
Variable Summary
mixed $type
mixed $value
Method Summary
SparqlEngineDb_FilterGenerator_Value __construct ( $value, [ $type = null])
void __toString ()
Variables
mixed $type = null (line 822)
  • access: public
mixed $value = null (line 821)
  • access: public
Methods
Constructor __construct (line 826)
  • access: public
SparqlEngineDb_FilterGenerator_Value __construct ( $value, [ $type = null])
  • $value
  • $type
__toString (line 834)
  • access: public
void __toString ()

Documentation generated on Fri, 1 Jun 2007 16:49:07 +0200 by phpDocumentor 1.3.2