GroupRepository
class GroupRepository (View source)
This class simply exists as an intermediary between the local group repository and the Group::getByPath() method.
This will enable us to test the local group repository class.
Properties
| protected Connection | $connection | ||
| protected RequestCache | $cache | 
Methods
                    Group|null
                
                
                    getGroupByPath($path)
        
                                            
                
            No description
                    Group|null
                
                
                    getGroupByName($name)
        
                                            
                
            No description
                    Group|null
                
                
                    getGroupById($gID)
        
                                            
                
            No description
Details
        
                            
    __construct(Connection $connection, RequestCache $cache)
        
    
    GroupRepository constructor.
        
                            Group|null
    getGroupByPath($path)
        
    
    No description
        
                            Group|null
    getGroupByName($name)
        
    
    No description
        
                            Group|null
    getGroupById($gID)
        
    
    No description