Interfaces, Classes, Traits and Enums
    
            - ControllerInterface
 
        
    
    
    
    
    Table of Contents
    
                        - 
    __construct()
    
                                 : mixed    
 
            - 
    getPageData()
    
                                 : array<string|int, mixed>    
 
            - 
    run()
    
                                 : void    
 
            - 
    deployAction()
    
                                 : void    
 
            - 
    disablePluginsAction()
    
                                 : void    
 
            - 
    rebuildAction()
    
                                 : void    
 
        
        
        
            
        
                    
    
        __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
            —
        
    
                    
    
        deployAction()
        
    
    
    
    
    protected
                    deployAction() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        disablePluginsAction()
        
    
    
    
    
    protected
                    disablePluginsAction() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        rebuildAction()
        
    
    
    
    
    protected
                    rebuildAction() : void
        
    
    
        Return values
    void
            —