Class AliasesParser
Use statement parser (state machine)
Namespace: LeanMapper\Reflection
Author: Vojtěch Kohout
Located at LeanMapper/Reflection/AliasesParser.php
Author: Vojtěch Kohout
Located at LeanMapper/Reflection/AliasesParser.php
public
|
|
public static
|
#
parseSource( string $source, string $namespace = '' )
Creates Aliases instance relevant to given class source code |
integer |
STATE_WAITING_FOR_USE
|
#
1
|
integer |
STATE_GATHERING
|
#
2
|
integer |
STATE_IN_AS_PART
|
#
3
|
integer |
STATE_JUST_FINISHED
|
#
4
|