示例#1
0
 public function addAttribute(AttributeMetadata $attribute)
 {
     $attribute->setOwner($this);
     $this->attributes[] = $attribute;
 }