CompilesEchos
trait CompilesEchos (View source)
Methods
                    string
                
                
                    compileEchos(string $value)
        
                                            
                
            Compile Blade echos into valid PHP.
                    array
                
                
                    getEchoMethods()
        
                                            
                
            Get the echo methods in the proper order for compilation.
                    string
                
                
                    compileRawEchos(string $value)
        
                                            
                
            Compile the "raw" echo statements.
                    string
                
                
                    compileRegularEchos(string $value)
        
                                            
                
            Compile the "regular" echo statements.
                    string
                
                
                    compileEscapedEchos(string $value)
        
                                            
                
            Compile the escaped echo statements.
Details
        
                            string
    compileEchos(string $value)
        
    
    Compile Blade echos into valid PHP.
        
                    protected        array
    getEchoMethods()
        
    
    Get the echo methods in the proper order for compilation.
        
                    protected        string
    compileRawEchos(string $value)
        
    
    Compile the "raw" echo statements.
        
                    protected        string
    compileRegularEchos(string $value)
        
    
    Compile the "regular" echo statements.
        
                    protected        string
    compileEscapedEchos(string $value)
        
    
    Compile the escaped echo statements.