Skip to content

Can't set a nodeValue #15

@neerolyte

Description

@neerolyte

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions