NotTemplate
in package
implements
TermCompareInterface
Provides condition negation
Tags
Interfaces, Classes, Traits and Enums
- TermCompareInterface
- Description of TermCompare
Table of Contents
- $term : TermCompareInterface
- __construct() : mixed
- __toString() : string
- equals() : bool
Properties
$term
private
TermCompareInterface
$term
Tags
Methods
__construct()
public
__construct(TermCompareInterface $term) : mixed
Parameters
- $term : TermCompareInterface
Tags
Return values
mixed —__toString()
public
__toString() : string
Tags
Return values
string —equals()
public
equals(TermInterface $term) : bool
Parameters
- $term : TermInterface