SpecResponse
class SpecResponse implements JsonSerializable (View source)
Properties
| protected string | $code | ||
| protected string | $description | ||
| protected mixed | $content | 
Methods
                    __construct(string $code, string $description, $content = null)
        
                                            
                
            SpecResponse constructor.
                    string
                
                
                    getCode()
        
                                            
                
            No description
                    string
                
                
                    getDescription()
        
                                            
                
            No description
                    mixed
                
                
                    getContent()
        
                                            
                
            No description
                    jsonSerialize()
        
                                            
                
            No description
Details
        
                            
    __construct(string $code, string $description, $content = null)
        
    
    SpecResponse constructor.
        
                            string
    getCode()
        
    
    No description
        
                            string
    getDescription()
        
    
    No description
        
                            mixed
    getContent()
        
    
    No description
        
                            
    jsonSerialize()
        
    
    No description