class EasyRdf_TypeMapper
Class to map between RDF Types and PHP Classes
Methods
static string |
get(string $type)
Get the registered class for an RDF type |
|
static string |
set(string $type, string $class)
Register an RDF type with a PHP Class name |
|
static |
delete(string $type)
Delete an existing RDF type mapping. |
Details
at line 57
static public string
get(string $type)
Get the registered class for an RDF type
If a type is not registered, then this method will return null.
at line 79
static public string
set(string $type, string $class)
Register an RDF type with a PHP Class name
at line 102
static public
delete(string $type)
Delete an existing RDF type mapping.