AnyOfTemplate
in package
implements
TermCompareInterface
Description of AnyOfTemplate
Tags
Table of Contents
Interfaces
- TermCompareInterface
- Description of TermCompare
Properties
- $terms : iterable<string|int, TermCompareInterface>
Methods
- __construct() : mixed
- __toString() : string
- Should return:
- equals() : bool
Properties
$terms
private
iterable<string|int, TermCompareInterface>
$terms
Methods
__construct()
public
__construct(iterable<string|int, TermCompareInterface> $terms) : mixed
Parameters
- $terms : iterable<string|int, TermCompareInterface>
__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 $term) : bool
Parameters
- $term : TermCompareInterface