PackageScanListener
    
            
            in package
            
        
    
    
    
Class PackageScanListener.
Table of Contents
Properties
- $packageRepository : PackageRepositoryInterface
 - $packages : array<int, int|string>
 
Methods
- __construct() : mixed
 - PackageScanListener constructor.
 - handle() : void
 - getPackages() : array<int, int|string>
 
Properties
$packageRepository
    private
        PackageRepositoryInterface
    $packageRepository
    
    
    
    
$packages
    private
        array<int, int|string>
    $packages
    
    
    
    
Methods
__construct()
PackageScanListener constructor.
    public
                    __construct(PackageRepositoryInterface $packageRepository) : mixed
    Parameters
- $packageRepository : PackageRepositoryInterface
 
handle()
    public
                    handle() : void
    Tags
getPackages()
    private
                    getPackages() : array<int, int|string>