CompilesTranslations
trait CompilesTranslations (View source)
Methods
                    string
                
                
                    compileLang(string|null $expression)
        
                                            
                
            Compile the lang statements into valid PHP.
                    string
                
                
                    compileEndlang()
        
                                            
                
            Compile the end-lang statements into valid PHP.
                    string
                
                
                    compileChoice(string $expression)
        
                                            
                
            Compile the choice statements into valid PHP.
Details
        
                    protected        string
    compileLang(string|null $expression)
        
    
    Compile the lang statements into valid PHP.
        
                    protected        string
    compileEndlang()
        
    
    Compile the end-lang statements into valid PHP.
        
                    protected        string
    compileChoice(string $expression)
        
    
    Compile the choice statements into valid PHP.