CompilesFragments
trait CompilesFragments (View source)
Properties
| protected string | $lastFragment | The last compiled fragment.  | 
                
Methods
                    string
                
                
                    compileFragment(string $expression)
        
                                            
                
            Compile the fragment statements into valid PHP.
                    string
                
                
                    compileEndfragment()
        
                                            
                
            Compile the end-fragment statements into valid PHP.
Details
        
                    protected        string
    compileFragment(string $expression)
        
    
    Compile the fragment statements into valid PHP.
        
                    protected        string
    compileEndfragment()
        
    
    Compile the end-fragment statements into valid PHP.