예제 #1
0
 /**
  * @param AttributeGroupInterface $group
  */
 protected function initializeGroup(AttributeGroupInterface $group)
 {
     $this->view[$group->getId()] = ['label' => $group->getLabel(), 'attributes' => []];
 }