Debugging
trait Debugging (View source)
Methods
                    void
                
                
                    dd(string|null $prop = null)
        
                                            
                
            Dumps the given props and exits.
                    mixed
                
                
                    prop(string|null $key = null)
        
                                            
                
            Retrieve a prop within the current scope using "dot" notation.
Details
        
                            Debugging
    dump(string|null $prop = null)
        
    
    Dumps the given props.
        
                            void
    dd(string|null $prop = null)
        
    
    Dumps the given props and exits.
        
            abstract        protected        mixed
    prop(string|null $key = null)
        
    
    Retrieve a prop within the current scope using "dot" notation.