Result
final class Result (View source)
Properties
| private int[] | $deletedGroupIDs | ||
| private | $undeletableGroups | Array keys are the group IDs, array values are the reasons why the group couldn't be deleted.  | 
                
Methods
                    string
                
                
                    __toString()
        
                                            
                
            No description
                    bool
                
                
                    isGroupDeleted(int $groupID)
        
                                            
                
            No description
                    array
                
                
                    getDeletedGroupIDs()
        
                                            
                
            No description
                    int
                
                
                    getNumberOfDeletedGroups()
        
                                            
                
            No description
                    object
                
                
                    addDeletedGroup(int $groupID)
        
                                            
                
            No description
                    object
                
                
                    addUndeletableGrup(int $groupID, string $reason)
        
                                            
                
            No description
                    int
                
                
                    getNumberOfUndeletableGroups()
        
                                            
                
            No description
                    array
                
                
                    getUndeletableGroups()
        
                                            
                
            Array keys are the group IDs, array values are the reasons why the group couldn't be deleted.
Details
        
                            string
    __toString()
        
    
    No description
        
                            bool
    isGroupDeleted(int $groupID)
        
    
    No description
        
                            array
    getDeletedGroupIDs()
        
    
    No description
        
                            int
    getNumberOfDeletedGroups()
        
    
    No description
        
                            object
    addDeletedGroup(int $groupID)
        
    
    No description
        
                            object
    addUndeletableGrup(int $groupID, string $reason)
        
    
    No description
        
                            int
    getNumberOfUndeletableGroups()
        
    
    No description
        
                            array
    getUndeletableGroups()
        
    
    Array keys are the group IDs, array values are the reasons why the group couldn't be deleted.
        
                            object
    merge(Result $other)
        
    
    Merge another Result instance into this one.