コード例 #1
0
 /**
  * {@inheritdoc}
  */
 protected function normalizeAttributes(FamilyInterface $family, array $context = [])
 {
     $attributes = parent::normalizeAttributes($family);
     return implode(',', $attributes);
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 protected function normalizeAttributes(Family $family)
 {
     $attributes = parent::normalizeAttributes($family);
     return implode(',', $attributes);
 }