View
interface View implements Renderable (View source)
Methods
                    string
                
                
                    name()
        
                                            
                
            Get the name of the view.
                    $this
                
                
                    with(string|array $key, mixed $value = null)
        
                                            
                
            Add a piece of data to the view.
                    array
                
                
                    getData()
        
                                            
                
            Get the array of view data.
Details
        
                            string
    render()
        
    
    Get the evaluated contents of the object.
        
                            string
    name()
        
    
    Get the name of the view.
        
                            $this
    with(string|array $key, mixed $value = null)
        
    
    Add a piece of data to the view.
        
                            array
    getData()
        
    
    Get the array of view data.