Interfaces, Classes, Traits and Enums
    
            - ControllerInterface
 
        
    
    
    
    
    Table of Contents
    
                        - 
    __construct()
    
                                 : mixed    
 
            - 
    getPageData()
    
                                 : array<string|int, mixed>    
 
            - 
    run()
    
                                 : void    
 
            - 
    removeOldLogs()
    
                                 : void    
 
            - 
    removeOldWorkEvents()
    
                                 : void    
 
            - 
    runCoreJobs()
    
                                 : void    
 
            - 
    runPlugins()
    
                                 : void    
 
            - 
    runWorkQueue()
    
                                 : void    
 
            - 
    updateAttachedRelations()
    
                                 : void    
 
            - 
    updateFamilies()
    
                                 : void    
 
            - 
    updateManufacturers()
    
                                 : void    
 
            - 
    updateReceipts()
    
                                 : void    
 
            - 
    echoLogo()
    
                                 : void    
 
            - 
    getMemorySize()
    
                                 : string    
 
            - 
    job()
    
                                 : CronJob    
 
        
        
        
            
        
                    
    
        __construct()
        
    
    
    
    
    public
                    __construct(string $className[, string $url = '' ]) : mixed
        
        Parameters
    
                    - 
                $className
                : string
                            
 
            - 
                    
            
 
                    - 
                $url
                : string
                 = ''            
 
            - 
                    
            
 
            
    
        Return values
    mixed
            —
        
    
                    
    
        getPageData()
        
    
    
    
    
    public
                    getPageData() : array<string|int, mixed>
        
    
    
        Return values
    array<string|int, mixed>
            —
        
    
                    
    
        run()
        
    
    
    
    
    public
                    run() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        removeOldLogs()
        
    
    
    
    
    protected
                    removeOldLogs() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        removeOldWorkEvents()
        
    
    
    
    
    protected
                    removeOldWorkEvents() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        runCoreJobs()
        
    
    
    
    
    protected
                    runCoreJobs() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        runPlugins()
        
    
    
    
    
    protected
                    runPlugins() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        runWorkQueue()
        
    
    
    
    
    protected
                    runWorkQueue() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        updateAttachedRelations()
        
    
    
    
    
    protected
                    updateAttachedRelations() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        updateFamilies()
        
    
    
    
    
    protected
                    updateFamilies() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        updateManufacturers()
        
    
    
    
    
    protected
                    updateManufacturers() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        updateReceipts()
        
    
    
    
    
    protected
                    updateReceipts() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        echoLogo()
        
    
    
    
    
    private
                    echoLogo() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        getMemorySize()
        
    
    
    
    
    private
                    getMemorySize(int $size) : string
        
        Parameters
    
                    - 
                $size
                : int
                            
 
            - 
                    
            
 
            
    
        Return values
    string
            —
        
    
                    
    
        job()
        
    
    
    
    
    private
                    job(string $name) : CronJob
        
        Parameters
    
                    - 
                $name
                : string
                            
 
            - 
                    
            
 
            
    
        Return values
    CronJob
            —