Searched refs:setAttributes (Results 1 – 8 of 8) sorted by relevance
149 public function setAttributes(array $attributes): void; function
58 $node->setAttributes($this->decodeArray($value['attributes']));
171 public function setAttributes(array $attributes): void { function in PhpParser\\NodeAbstract
65 public function setAttributes(array $attributes): void { function in PhpParser\\Error
1023 $error->setAttributes($this->getAttributesAt($modifierPos));1033 $error->setAttributes($this->getAttributesAt($modifierPos));1186 $error->setAttributes($this->getAttributesAt($modifierPos));
189 $node->setAttributes(
223 $error->setAttributes($attrs);
781 * Added `Node::setAttributes()` method.
Completed in 22 milliseconds