History log of /PHP-Parser/doc/component/AST_builders.markdown (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8b137199 02-Jul-2023 Nikita Popov

Minor documentation updates


# 8d02d37e 04-Sep-2022 Nikita Popov

More docs updates


Revision tags: v4.3.0, v4.2.5, v4.2.4, v4.2.3, v4.2.2, v4.2.1, v4.2.0
# af8c7296 05-Jan-2019 Tomas Votruba

Add PHP 7.4 typed properties support


Revision tags: v4.1.1, v4.1.0, v4.0.4
# 1973b663 16-Aug-2018 Brent Shaffer

Fixes typo in AST Builder doc (#529)


# 4d6825c4 22-Jul-2018 Nikita Popov

Add notes for new builders in docs


# 5aeb884a 20-Jul-2018 Eridan Domoratskiy

Mention makeReturnByRef() in AST_builders.markdown (#519)


Revision tags: v4.0.3, v4.0.2, v4.0.1
# 610617fe 03-Mar-2018 Nikita Popov

Also add new() builder


# ff2d85dc 03-Mar-2018 Nikita Popov

Add constFetch() and classConstFetch() builders


# b998d1e9 03-Mar-2018 Nikita Popov

Add funcCall(), methodCall() and staticCall() builders


Revision tags: v4.0.0, v3.1.5
# de347019 28-Feb-2018 Ryan Weaver

Proofreading the docs - very minor changes!


Revision tags: v4.0.0beta1
# dd0adcc9 27-Jan-2018 Nikita Popov

Move code gen docs to components and improve

Mention non-fluent helper methods.