CompilesRawPhp
trait CompilesRawPhp (View source)
Methods
                    string
                
                
                    compilePhp(string $expression)
        
                                            
                
            Compile the raw PHP statements into valid PHP.
                    string
                
                
                    compileUnset(string $expression)
        
                                            
                
            Compile the unset statements into valid PHP.
Details
        
                    protected        string
    compilePhp(string $expression)
        
    
    Compile the raw PHP statements into valid PHP.
        
                    protected        string
    compileUnset(string $expression)
        
    
    Compile the unset statements into valid PHP.