Class EasyRdf_Literal_Decimal

Description

Class that represents an RDF Literal of datatype xsd:decimal

Located in /EasyRdf/Literal/Decimal.php (line 47)

EasyRdf_Literal
   |
   --EasyRdf_Literal_Decimal
Method Summary
object EasyRdf_Literal_Decimal __construct (mixed $value, [string $lang = null], [string $datatype = null])
double getValue ()
Methods
Constructor __construct (line 56)

Constructor for creating a new decimal literal

  • access: public
object EasyRdf_Literal_Decimal __construct (mixed $value, [string $lang = null], [string $datatype = null])
  • mixed $value: The value of the literal
  • string $lang: Should be null (literals with a datatype can't have a language)
  • string $datatype: Optional datatype (default 'xsd:decimal')

Redefinition of:
EasyRdf_Literal::__construct()
Constructor for creating a new literal
getValue (line 65)

Return the value of the literal cast to a PHP double

  • access: public
double getValue ()

Redefinition of:
EasyRdf_Literal::getValue()
Returns the value of the literal.

Inherited Methods

Inherited From EasyRdf_Literal

EasyRdf_Literal::__construct()
EasyRdf_Literal::create()
EasyRdf_Literal::deleteDatatypeMapping()
EasyRdf_Literal::dumpValue()
EasyRdf_Literal::getDatatype()
EasyRdf_Literal::getDatatypeForValue()
EasyRdf_Literal::getDatatypeUri()
EasyRdf_Literal::getLang()
EasyRdf_Literal::getValue()
EasyRdf_Literal::setDatatypeMapping()
EasyRdf_Literal::toArray()
EasyRdf_Literal::__toString()

Documentation generated on Wed, 16 Jan 2013 19:16:37 +0000 by phpDocumentor 1.4.4