Text
class Text (View source)
The Text class provides all methods related to the text modules used in the UI.
Properties
| static private | $modules | Array of UI text modules. | 
Methods
                    static string
                
                
                    get(string $key)
        
                                            
                
            Return the requested text module.
                    static array
                
                
                    getEditorModules()
        
                                            
                
            Return array only including editor text modlues.
                    static object
                
                
                    getObject()
        
                                            
                
            Return the modules as object to be used in heredoc strings.
                    static 
                
                
                    parseModules()
        
                                            
                
            Parse the text modules file and store all modules in Text::$modules.
Details
        at         line 63
                static            string
    get(string $key)
        
    
    Return the requested text module.
        at         line 76
                static            array
    getEditorModules()
        
    
    Return array only including editor text modlues.
        at         line 87
                static            object
    getObject()
        
    
    Return the modules as object to be used in heredoc strings.
        at         line 96
                static            
    parseModules()
        
    
    Parse the text modules file and store all modules in Text::$modules.
In case AM_FILE_GUI_TRANSLATION is defined, the translated text modules will be merged into Text:$modules.