Documentation

Quad
in package
implements QuadInterface, SingletonTerm

Description of Triple

Tags
author

zozlak

Table of Contents

Interfaces

QuadInterface
Description of RdfTerm
SingletonTerm
Interface used to mark DataFactory-hashable terms

Properties

$graph  : NamedNodeInterface|BlankNodeInterface|DefaultGraphInterface
$object  : TermInterface
$predicate  : NamedNodeInterface
$subject  : TermInterface

Methods

__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()  : string
Should always throw the \BadMethodCallException
withGraph()  : QuadInterface
withObject()  : QuadInterface
withPredicate()  : QuadInterface
withSubject()  : QuadInterface

Properties

Methods

__toString()

public __toString() : string
Return values
string

getValue()

Should always throw the \BadMethodCallException

public getValue() : string
Return values
string

        
On this page

Search results