CompilesHelpers
trait CompilesHelpers (View source)
Methods
                    string
                
                
                    compileCsrf()
        
                                            
                
            Compile the CSRF statements into valid PHP.
                    string
                
                
                    compileDd(string $arguments)
        
                                            
                
            Compile the "dd" statements into valid PHP.
                    string
                
                
                    compileDump(string $arguments)
        
                                            
                
            Compile the "dump" statements into valid PHP.
                    string
                
                
                    compileMethod(string $method)
        
                                            
                
            Compile the method statements into valid PHP.
Details
        
                    protected        string
    compileCsrf()
        
    
    Compile the CSRF statements into valid PHP.
        
                    protected        string
    compileDd(string $arguments)
        
    
    Compile the "dd" statements into valid PHP.
        
                    protected        string
    compileDump(string $arguments)
        
    
    Compile the "dump" statements into valid PHP.
        
                    protected        string
    compileMethod(string $method)
        
    
    Compile the method statements into valid PHP.