Add funcCall(), methodCall() and staticCall() builders
Showing
- CHANGELOG.md 9 additions, 1 deletionCHANGELOG.md
- doc/component/AST_builders.markdown 6 additions, 0 deletionsdoc/component/AST_builders.markdown
- lib/PhpParser/BuilderFactory.php 73 additions, 2 deletionslib/PhpParser/BuilderFactory.php
- lib/PhpParser/BuilderHelpers.php 34 additions, 2 deletionslib/PhpParser/BuilderHelpers.php
- lib/PhpParser/Node/Expr/FuncCall.php 2 additions, 2 deletionslib/PhpParser/Node/Expr/FuncCall.php
- test/PhpParser/Builder/ClassTest.php 1 addition, 1 deletiontest/PhpParser/Builder/ClassTest.php
- test/PhpParser/BuilderFactoryTest.php 82 additions, 0 deletionstest/PhpParser/BuilderFactoryTest.php
Please register or sign in to comment