php-parser/lib/PhpParser/Node
Nikita Popov 56b810e91d Add getShortName() API
PHP's name resolution rules are f'ing complicated.
2017-04-28 17:10:30 +02:00
..
Expr Use null-coalesce operator 2017-04-24 22:32:40 +02:00
Name Add getShortName() API 2017-04-28 17:10:30 +02:00
Scalar Improve doc comments 2017-02-09 20:49:52 +01:00
Stmt Drop misspellt class constant 2017-04-27 18:28:10 +02:00
Arg.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Const_.php Add @property annotations for namespacedName 2017-01-20 23:45:54 +01:00
Expr.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
FunctionLike.php Add NullableType to types of properties/args that offer it (#323) 2016-12-05 13:30:29 +01:00
Identifier.php Add useIdentifierNodes mode to parser 2016-12-22 21:15:44 +01:00
Name.php Add getShortName() API 2017-04-28 17:10:30 +02:00
NullableType.php Add support for PHP 7.1 types to builders 2016-09-16 13:53:13 +02:00
Param.php Renamve Param::$name to Param::$var 2017-01-19 23:39:15 +01:00
Scalar.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Stmt.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
VarLikeIdentifier.php Add VarLikeIdentifier 2016-12-23 12:39:27 +01:00