IndexHint
class IndexHint (View source)
Properties
| string | $type | The type of query hint.  | 
                |
| string | $index | The name of the index.  | 
                
Methods
                    void
                
                
                    __construct(string $type, string $index)
        
                                            
                
            Create a new index hint instance.
Details
        
                            void
    __construct(string $type, string $index)
        
    
    Create a new index hint instance.