Some formatting
This commit is contained in:
parent
7bba0cbaa6
commit
9dd85c1e5b
@ -134,10 +134,11 @@ class MicrodataDOMElement extends \DOMElement
|
|||||||
return $childNodes;
|
return $childNodes;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function tokenizeAttribute($attributeName) {
|
public function tokenizeAttribute($attributeName)
|
||||||
|
{
|
||||||
$attribute = [];
|
$attribute = [];
|
||||||
|
|
||||||
if($this->hasAttribute($attributeName)) {
|
if ($this->hasAttribute($attributeName)) {
|
||||||
$attribute = $this->tokenize($this->getAttribute($attributeName));
|
$attribute = $this->tokenize($this->getAttribute($attributeName));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user