Ejemplo n.º 1
0
 public static function GetByName($attributeGroupName)
 {
     return AttributeGroup::find(array('name' => $attributeGroupName));
 }