Definition at line 13 of file GroupItemVisibility.php.
 
◆ factory()
  
  | 
        
          | static Elgg\GroupItemVisibility::factory | ( |  | $container_guid, |  
          |  |  |  | $use_cache = true |  
          |  | ) |  |  |  | static | 
 
Determine visibility of items within a container for the current user. 
- Parameters
- 
  
    | int | $container_guid | GUID of a container (may/may not be a group) |  | bool | $use_cache | Use the cached result of |  
 
- Returns
- \Elgg\GroupItemVisibility
Definition at line 39 of file GroupItemVisibility.php.
 
 
◆ $reasonHidden
      
        
          | Elgg\GroupItemVisibility::$reasonHidden = '' | 
      
 
 
◆ $shouldHideItems
      
        
          | Elgg\GroupItemVisibility::$shouldHideItems = false | 
      
 
 
◆ REASON_LOGGED_OUT
      
        
          | const Elgg\GroupItemVisibility::REASON_LOGGED_OUT = 'logged_out' | 
      
 
 
◆ REASON_NO_ACCESS
      
        
          | const Elgg\GroupItemVisibility::REASON_NO_ACCESS = 'no_access' | 
      
 
 
◆ REASON_NON_MEMBER
      
        
          | const Elgg\GroupItemVisibility::REASON_NON_MEMBER = 'non_member' | 
      
 
 
The documentation for this class was generated from the following file: