Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 11 of 11) sorted by relevance

/PHP-Parser/test/PhpParser/Builder/
H A DClassTest.php23 ->extend('BaseLogger')
184 ->extend('');
191 ->extend(['Foo']);
H A DInterfaceTest.php34 ->extend('Space\Root1', 'Root2')->getNode();
/PHP-Parser/lib/PhpParser/Builder/
H A DInterface_.php38 public function extend(...$interfaces) { function in PhpParser\\Builder\\Interface_
H A DClass_.php45 public function extend($class) { function in PhpParser\\Builder\\Class_
/PHP-Parser/
H A DUPGRADE-4.0.md59 extend the pretty printer). Previously indentation was automatic, and parts were excluded using
H A DCHANGELOG.md327 partial function application, just like the PHP feature itself. Call nodes now extend from
/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php279 ->extend('SomeOtherClass')
/PHP-Parser/doc/component/
H A DAST_builders.markdown36 ->extend('SomeClass')
H A DPretty_printing.markdown59 If you want to make minor changes to the formatting, the easiest way is to extend the pretty printer
H A DWalking_the_AST.markdown95 As you usually do not want to implement all four methods, it is recommended that you extend
335 // Find all classes that extend another class
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown188 like `__FILE__` (`PhpParser\Node\Scalar\MagicConst\File`). All `PhpParser\Node\Scalar`s extend
365 Instead of manually implementing the `NodeVisitor` interface you can also extend the `NodeVisitorAb…

Completed in 21 milliseconds