RdfClass
extends Entity
in package
Description of Class
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- check() : bool|null
- getId() : NamedNodeInterface
- getObject() : TermInterface|null
- Helper for getting an object value for a property passed as a string.
Properties
$res
protected
DatasetNodeInterface
$res
$schema
protected
Schema
$schema
Methods
__construct()
public
__construct(DatasetNodeInterface $res, object $schema) : mixed
Parameters
- $res : DatasetNodeInterface
- $schema : object
check()
public
check(bool $verbose) : bool|null
Parameters
- $verbose : bool
Return values
bool|nullgetId()
public
getId() : NamedNodeInterface
Return values
NamedNodeInterfacegetObject()
Helper for getting an object value for a property passed as a string.
public
getObject(string $property) : TermInterface|null
Parameters
- $property : string