Nikita Popov
|
610617fe93
|
Also add new() builder
|
2018-03-03 22:25:58 +01:00 |
|
Nikita Popov
|
ff2d85dc6b
|
Add constFetch() and classConstFetch() builders
|
2018-03-03 22:14:42 +01:00 |
|
Nikita Popov
|
b998d1e9b5
|
Add funcCall(), methodCall() and staticCall() builders
|
2018-03-03 15:40:51 +01:00 |
|
Nikita Popov
|
31065389f1
|
Remove workarounds for reserved keyword method names
No longer necessary in PHP 7.
|
2017-09-02 20:08:20 +02:00 |
|
TomasVotruba
|
e2e99f269b
|
Add strict_types to lib code
|
2017-08-18 23:00:13 +02:00 |
|
TomasVotruba
|
58bf92e4f7
|
[cs] remove unused imports
|
2017-08-13 21:14:28 +02:00 |
|
Nikita Popov
|
a32e3797d4
|
Generate PHP 7 type annotations
|
2017-04-28 21:40:59 +02:00 |
|
Nikita Popov
|
3b4abbfc97
|
Add BuilderFactors->args(Add BuilderFactors->args())
|
2017-04-28 18:13:06 +02:00 |
|
Nikita Popov
|
5f7070e94f
|
Added BuilderFactory->concat() method
|
2017-04-24 21:42:59 +02:00 |
|
Nikita Popov
|
8f40eec122
|
Add BuilderFactory->val() method
|
2017-04-24 21:28:03 +02:00 |
|
Nikita Popov
|
61574a1818
|
Drop support for PHP 5.5
|
2017-01-19 20:55:08 +01:00 |
|
lvht
|
39f93f09f9
|
Add setReturnType() method to function/method builders
Also support scalar type hints in existing setTypeHint() method on params.
|
2016-04-09 18:41:38 +09:00 |
|
Nikita Popov
|
0c34706799
|
Add "use" builder
|
2015-03-10 16:05:55 +01:00 |
|
Nikita Popov
|
4cd2b95a23
|
Fix 5.3 build and some small cleanups
|
2014-12-19 18:54:56 +01:00 |
|
Stepan Anchugov
|
01643e06d3
|
Add namespace builder
|
2014-12-19 18:19:33 +01:00 |
|
Nikita Popov
|
4387454fe0
|
Add trait builder (for completeness...)
|
2014-12-19 17:59:23 +01:00 |
|
Yuriy Vilks
|
39f323b5ad
|
Fix classname of Class_ in docblock of BuilderFactory
|
2014-08-11 20:53:18 +02:00 |
|
nikic
|
f82862ec9c
|
Port library to use namespaces, with BC for old names
|
2014-02-06 20:29:35 +01:00 |
|