NotTemplate
in package
implements
TermCompareInterface, QuadCompareInterface
Provides condition negation
Tags
Table of Contents
Interfaces
- TermCompareInterface
- Description of TermCompare
- QuadCompareInterface
- Interface allowing to compare Quads.
Properties
Methods
- __construct() : mixed
- __toString() : string
- Should return:
- equals() : bool
- getGraph() : TermCompareInterface|null
- getObject() : TermCompareInterface|null
- getPredicate() : TermCompareInterface|null
- getSubject() : TermCompareInterface|null
Properties
$term
private
TermCompareInterface|QuadCompareInterface
$term
Methods
__construct()
public
__construct(TermCompareInterface|QuadCompareInterface $term) : mixed
Parameters
__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(TermCompareInterface|QuadCompareInterface $term) : bool
Parameters
Return values
boolgetGraph()
public
getGraph() : TermCompareInterface|null
Return values
TermCompareInterface|nullgetObject()
public
getObject() : TermCompareInterface|null
Return values
TermCompareInterface|nullgetPredicate()
public
getPredicate() : TermCompareInterface|null
Return values
TermCompareInterface|nullgetSubject()
public
getSubject() : TermCompareInterface|null