BlankNodeInterface
extends
TermInterface, TermCompareInterface
in
Description of RdfTerm
Tags
Table of Contents
Methods
- __toString() : string
- Should return:
- equals() : bool
- getValue() : mixed
Methods
__toString()
Should return:
public
__toString() : string
- an URI for named nodes and blank nodes
- a value in lexical form for literals
For all other kind of terms the return value depends on the implementation
Return values
stringequals()
public
equals(TermInterface $term) : bool
Parameters
- $term : TermInterface
Return values
boolgetValue()
public
getValue() : mixed