TripleValue
in package
implements
Stringable
Simole container for an RDF triple value read from a database
Tags
Table of Contents
Interfaces
- Stringable
Properties
Methods
- __toString() : string
- fromDbRow() : TripleValue
Properties
$lang
public
string
$lang
$type
public
string
$type
$value
public
string|int|float|bool|null
$value
Methods
__toString()
public
__toString() : string
Return values
stringfromDbRow()
public
static fromDbRow(object $row) : TripleValue
Parameters
- $row : object