The property nodeName does not seem to exist in DOMNameSpaceNode.
An attempt at access to an undefined property has been detected. This may either be a typographical error
or the property has been renamed but there are still references to its old name.
If you really want to allow access to undefined properties, you can define magic methods
to allow access. See the php core documentation on Overloading.
The property nodeValue does not seem to exist in DOMNameSpaceNode.
An attempt at access to an undefined property has been detected. This may either be a typographical error
or the property has been renamed but there are still references to its old name.
If you really want to allow access to undefined properties, you can define magic methods
to allow access. See the php core documentation on Overloading.
Loading history...
19
8
$this->nodeNameSpace = $nameSpaceNode;
20
8
}
21
/**
22
* value is always with [http|https]:// so we need to keep the full value
23
* @param bool $withNamespace
24
* @param bool $withinItsType
25
* @param string $asType
26
* @return mixed
27
*/
28
public function getValue($withNamespace = false, $withinItsType = true, $asType = null)
An attempt at access to an undefined property has been detected. This may either be a typographical error or the property has been renamed but there are still references to its old name.
If you really want to allow access to undefined properties, you can define magic methods to allow access. See the php core documentation on Overloading.