php-parser/lib/PhpParser/Builder
Nikita Popov 1ab24d26ee Add support for PHP 7.1 types to builders
This adds support for void, iterable and nullable types.
2016-09-16 13:53:13 +02:00
..
Class_.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
Declaration.php
Function_.php Add setReturnType() method to function/method builders 2016-04-09 18:41:38 +09:00
FunctionLike.php Add support for PHP 7.1 types to builders 2016-09-16 13:53:13 +02:00
Interface_.php
Method.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
Namespace_.php
Param.php Add support for PHP 7.1 types to builders 2016-09-16 13:53:13 +02:00
Property.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
Trait_.php Bring Trait constructor in line with Class/interface 2016-07-22 17:01:51 +02:00
Use_.php