Beispiel #1
0
 /**
  * Load a single GrowthGroup object,
  * by GroupId Index(es)
  * @param integer $intGroupId
  * @return GrowthGroup
  */
 public static function LoadByGroupId($intGroupId, $objOptionalClauses = null)
 {
     return GrowthGroup::QuerySingle(QQ::Equal(QQN::GrowthGroup()->GroupId, $intGroupId), $objOptionalClauses);
 }