Wizard
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
- $lookupTable : array<string|int, mixed>
- $processedClasses : array<string|int, mixed>
- $processedFunctions : array<string|int, mixed>
Methods
- lookup() : string
- processClassesAndTraits() : void
- processFunctionOrMethod() : void
- processFunctions() : void
- updateLookupTable() : void
Properties
$lookupTable
    private
        array<string|int, mixed>
    $lookupTable
     = []
    
    
    
    Tags
$processedClasses
    private
        array<string|int, mixed>
    $processedClasses
     = []
    
    
    
    Tags
$processedFunctions
    private
        array<string|int, mixed>
    $processedFunctions
     = []
    
    
    
    Tags
Methods
lookup()
    public
                    lookup(string $filename, int $lineNumber) : string
    Parameters
- $filename : string
- $lineNumber : int
Return values
stringprocessClassesAndTraits()
    private
                    processClassesAndTraits() : void
    processFunctionOrMethod()
    private
                    processFunctionOrMethod(ReflectionFunctionAbstract $functionOrMethod) : void
    Parameters
- $functionOrMethod : ReflectionFunctionAbstract
processFunctions()
    private
                    processFunctions() : void
    updateLookupTable()
    private
                    updateLookupTable() : void