Documentation

PredicateTemplate
in package
implements TermCompareInterface, QuadCompareInterface

Description of QuadTemplate

Tags
author

zozlak

Table of Contents

Interfaces

TermCompareInterface
Description of TermCompare
QuadCompareInterface
Interface allowing to compare Quads.

Properties

$tmpl  : QuadTemplate

Methods

__construct()  : mixed
__toString()  : string
Should return:
equals()  : bool
getGraph()  : TermCompareInterface|null
getObject()  : TermCompareInterface|null
getPredicate()  : TermCompareInterface|null
getSubject()  : TermCompareInterface|null
withGraph()  : QuadTemplate
withNegate()  : QuadTemplate
withObject()  : QuadTemplate
withPredicate()  : QuadTemplate
withSubject()  : QuadTemplate

Properties

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
string

        
On this page

Search results