TomasVotruba
|
58bf92e4f7
|
[cs] remove unused imports
|
2017-08-13 21:14:28 +02:00 |
|
Nikita Popov
|
19dde1363e
|
Treat special names correctly in getShortName()
Also change the API to accept a string rather than a FullyQualified
name instance, as this is not appropriate for symbols like "self".
|
2017-06-13 19:51:22 +02:00 |
|
Nikita Popov
|
a32e3797d4
|
Generate PHP 7 type annotations
|
2017-04-28 21:40:59 +02:00 |
|
Nikita Popov
|
7f6477ed83
|
Combine class/non-class name resolution into single method
|
2017-04-28 17:18:13 +02:00 |
|
Nikita Popov
|
56b810e91d
|
Add getShortName() API
PHP's name resolution rules are f'ing complicated.
|
2017-04-28 17:10:30 +02:00 |
|
Nikita Popov
|
6168abd9a0
|
Extract name resolution logic into NameContext
All the generic name resolution logic is now available as a separate
class with a public API.
|
2017-04-27 21:06:07 +02:00 |
|