NamespaceUseAnalysis
in package
FinalYes
Tags
Table of Contents
Constants
- TYPE_CLASS = 1
- TYPE_CONSTANT = 3
- TYPE_FUNCTION = 2
Methods
- getChunkEndIndex() : int|null
- getChunkStartIndex() : int|null
- getEndIndex() : int
- getFullName() : non-empty-string
- getHumanFriendlyType() : _ImportType
- getShortName() : non-empty-string
- getStartIndex() : int
- getType() : self::TYPE_*
- isAliased() : bool
- isClass() : bool
- isConstant() : bool
- isFunction() : bool
- isInMulti() : bool
Constants
TYPE_CLASS
public
mixed
TYPE_CLASS
= 1
TYPE_CONSTANT
public
mixed
TYPE_CONSTANT
= 3
TYPE_FUNCTION
public
mixed
TYPE_FUNCTION
= 2
Methods
getChunkEndIndex()
public
getChunkEndIndex() : int|null
Return values
int|nullgetChunkStartIndex()
public
getChunkStartIndex() : int|null
Return values
int|nullgetEndIndex()
public
getEndIndex() : int
Return values
intgetFullName()
public
getFullName() : non-empty-string
Return values
non-empty-stringgetHumanFriendlyType()
public
getHumanFriendlyType() : _ImportType
Return values
_ImportTypegetShortName()
public
getShortName() : non-empty-string
Return values
non-empty-stringgetStartIndex()
public
getStartIndex() : int
Return values
intgetType()
public
getType() : self::TYPE_*
Return values
self::TYPE_*isAliased()
public
isAliased() : bool
Return values
boolisClass()
public
isClass() : bool
Return values
boolisConstant()
public
isConstant() : bool
Return values
boolisFunction()
public
isFunction() : bool
Return values
boolisInMulti()
public
isInMulti() : bool