Beispiel #1
0
 /**
  * Constructor
  * Note: No validation is done here as we know registry and group are reliably
  * passed to vb_Group_Collection which should always validate them.
  *
  * @access public
  *
  * @param vB_Registry $registry
  * @param array $group						Information about the social group
  * @return vB_Group_Collection_Factory
  */
 function vB_Group_Collection_Factory(&$registry, $group = false)
 {
     parent::vB_Collection_Factory($registry);
     $this->group = $group;
 }