-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
From an email:
Basically, I can’t change an element’s text with:
$element->nodeValue = ’new value';
but I have to use:
$element->getDecorated()->nodeValue = ’new value';
It’s probably because you implement __call() and __get() methods but not __set() method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels