Home
last modified time | relevance | path

Searched refs:setAttributes (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DNode.php149 public function setAttributes(array $attributes): void; function
H A DJsonDecoder.php58 $node->setAttributes($this->decodeArray($value['attributes']));
H A DNodeAbstract.php171 public function setAttributes(array $attributes): void { function in PhpParser\\NodeAbstract
H A DError.php65 public function setAttributes(array $attributes): void { function in PhpParser\\Error
H A DParserAbstract.php1023 $error->setAttributes($this->getAttributesAt($modifierPos));
1033 $error->setAttributes($this->getAttributesAt($modifierPos));
1186 $error->setAttributes($this->getAttributesAt($modifierPos));
/PHP-Parser/test/PhpParser/
H A DNodeAbstractTest.php189 $node->setAttributes(
/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php223 $error->setAttributes($attrs);
/PHP-Parser/
H A DCHANGELOG.md781 * Added `Node::setAttributes()` method.

Completed in 22 milliseconds