Documentation

QuadInterface extends TermInterface, QuadCompareInterface

Extends Term because of RDF*

Remarks:

  • getValue() should throw an error
  • null return types in getSubject(), getPredicate() and getObject() make it possible for QuadTemplate to extend this interface
Tags
author

zozlak

Table of Contents

__construct()  : mixed
__toString()  : string
equals()  : bool
getGraph()  : NamedNodeInterface|BlankNodeInterface|DefaultGraphInterface
Null is not allowed to deal with the ambiguity between DefaultGraph and null which mean the same (although it should be noted that all quads in NamedNode/BlankNode graphs also belong to the DefaultGraph).
getObject()  : TermInterface
getPredicate()  : NamedNodeInterface
getSubject()  : TermInterface
getValue()  : mixed
withGraph()  : QuadInterface
withObject()  : QuadInterface
withPredicate()  : QuadInterface
withSubject()  : QuadInterface

Methods

getValue()

public getValue() : mixed
Tags
Return values
mixed

        

Search results