Class that represents an RDF Literal of datatype xsd:boolean
Located in /EasyRdf/Literal/Boolean.php (line 47)
EasyRdf_Literal | --EasyRdf_Literal_Boolean
Constructor for creating a new boolean literal
If the value is not a string, then it will be converted to 'true' or 'false'.
Return the value of the literal cast to a PHP bool
If the value is 'true' or '1' return true, otherwise returns false.
Return true if the value of the literal is 'false' or '0'
Return true if the value of the literal is 'true' or '1'
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