| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilECSCommunitiesCache:Public Member Functions | |
| delete (int $a_server_id) | |
| Delete comunities by server id.  More... | |
| getCommunities () | |
| Get communities.  More... | |
| lookupOwnId (int $a_server_id, int $a_mid) | |
| Lookup own mid of the community of a mid.  More... | |
| lookupTitle (int $a_server_id, int $a_mid) | |
| Lookup community title.  More... | |
Static Public Member Functions | |
| static | getInstance () | 
| Singleton instance.  More... | |
Protected Member Functions | |
| __construct () | |
| Singleton constructor.  More... | |
Private Member Functions | |
| read () | |
| Read comunities.  More... | |
Private Attributes | |
| ilDBInterface | $db | 
| array | $communities = array() | 
Static Private Attributes | |
| static ilECSCommunitiesCache | $instance = null | 
Definition at line 23 of file class.ilECSCommunitiesCache.php.
      
  | 
  protected | 
Singleton constructor.
Definition at line 34 of file class.ilECSCommunitiesCache.php.
 Here is the call graph for this function:| ilECSCommunitiesCache::delete | ( | int | $a_server_id | ) | 
Delete comunities by server id.
Definition at line 55 of file class.ilECSCommunitiesCache.php.
References read().
 Here is the call graph for this function:| ilECSCommunitiesCache::getCommunities | ( | ) | 
Get communities.
Definition at line 67 of file class.ilECSCommunitiesCache.php.
References $communities.
Referenced by lookupOwnId(), and lookupTitle().
 Here is the caller graph for this function:
      
  | 
  static | 
Singleton instance.
Definition at line 47 of file class.ilECSCommunitiesCache.php.
Referenced by ilECSUtils\getMatchableContent().
 Here is the caller graph for this function:| ilECSCommunitiesCache::lookupOwnId | ( | int | $a_server_id, | 
| int | $a_mid | ||
| ) | 
Lookup own mid of the community of a mid.
Definition at line 75 of file class.ilECSCommunitiesCache.php.
References getCommunities().
 Here is the call graph for this function:| ilECSCommunitiesCache::lookupTitle | ( | int | $a_server_id, | 
| int | $a_mid | ||
| ) | 
Lookup community title.
| int | server_id | 
| int | mid | 
Definition at line 90 of file class.ilECSCommunitiesCache.php.
References getCommunities().
 Here is the call graph for this function:
      
  | 
  private | 
Read comunities.
Definition at line 103 of file class.ilECSCommunitiesCache.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ilECSCommunityCache\getInstance().
Referenced by __construct(), and delete().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 29 of file class.ilECSCommunitiesCache.php.
Referenced by getCommunities().
      
  | 
  private | 
Definition at line 27 of file class.ilECSCommunitiesCache.php.
      
  | 
  staticprivate | 
Definition at line 25 of file class.ilECSCommunitiesCache.php.