示例#1
0
 /**
  * Supply the GroupedFields object that contains this group.
  *
  * @param GroupedFields $groupedFields
  * @param UserInterface $user
  */
 public function __construct(GroupedFields $groupedFields, UserInterface $user = null)
 {
     $this->groupedFields = $groupedFields;
     parent::__construct([], $user);
 }