PackageLocaleStatus
class PackageLocaleStatus extends LocaleStatus (View source)
Properties
| protected LocalRemoteCouple[] | $installedUpdated | from LocaleStatus | |
| protected LocalRemoteCouple[] | $installedOutdated | from LocaleStatus | |
| protected Stats[] | $onlyRemote | from LocaleStatus | |
| protected Stats[] | $onlyLocal | from LocaleStatus | |
| protected Package | $package | 
Methods
                    getPackage()
        
                                            
                
            No description
Details
        
                            
    __construct(Package $package)
        
    
    No description
        
                            $this
    addInstalledUpdated($localeID, LocalRemoteCouple $value)
        
    
    No description
        
                            LocalRemoteCouple[]
    getInstalledUpdated()
        
    
    No description
        
                            $this
    addInstalledOutdated($localeID, LocalRemoteCouple $value)
        
    
    No description
        
                            LocalRemoteCouple[]
    getInstalledOutdated()
        
    
    No description
        
                            $this
    addOnlyRemote($localeID, Stats $value)
        
    
    No description
        
                            Stats[]
    getOnlyRemote()
        
    
    No description
        
                            $this
    addOnlyLocal($localeID, Stats $value)
        
    
    No description
        
                            Stats[]
    getOnlyLocal()
        
    
    No description
        
                            Package
    getPackage()
        
    
    No description