/** * {@inheritdoc} */ public function getCode() { $this->assertAttributeIsSet(); return $this->attribute->getCode(); }
/** * @param AttributeInterface $attribute */ public function addAttribute(AttributeInterface $attribute) { $this->attributes[$attribute->getCode()] = $attribute; }