예제 #1
0
 public function addAttributeGroup(AttributeGroup $group)
 {
     $this->attributeGroups[$group->getName()] = $group;
 }