Searched refs:extend (Results 1 – 11 of 11) sorted by relevance
23 ->extend('BaseLogger')184 ->extend('');191 ->extend(['Foo']);
34 ->extend('Space\Root1', 'Root2')->getNode();
38 public function extend(...$interfaces) { function in PhpParser\\Builder\\Interface_
45 public function extend($class) { function in PhpParser\\Builder\\Class_
59 extend the pretty printer). Previously indentation was automatic, and parts were excluded using
327 partial function application, just like the PHP feature itself. Call nodes now extend from
279 ->extend('SomeOtherClass')
36 ->extend('SomeClass')
59 If you want to make minor changes to the formatting, the easiest way is to extend the pretty printer
95 As you usually do not want to implement all four methods, it is recommended that you extend335 // Find all classes that extend another class
188 like `__FILE__` (`PhpParser\Node\Scalar\MagicConst\File`). All `PhpParser\Node\Scalar`s extend365 Instead of manually implementing the `NodeVisitor` interface you can also extend the `NodeVisitorAb…
Completed in 21 milliseconds