forked from friendica/php-json-ld
Add @base as a keyword.
This commit is contained in:
parent
4552cc6112
commit
8b20be5785
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* PHP implementation of the JSON-LD API.
|
* PHP implementation of the JSON-LD API.
|
||||||
* Version: 0.0.13
|
* Version: 0.0.14
|
||||||
*
|
*
|
||||||
* @author Dave Longley
|
* @author Dave Longley
|
||||||
*
|
*
|
||||||
|
@ -5063,6 +5063,7 @@ class JsonLdProcessor {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
switch($v) {
|
switch($v) {
|
||||||
|
case '@base':
|
||||||
case '@context':
|
case '@context':
|
||||||
case '@container':
|
case '@container':
|
||||||
case '@default':
|
case '@default':
|
||||||
|
|
Loading…
Reference in a new issue