/**
  * {@inheritDoc}
  */
 public function addAttributeValueT(\XLite\Model\AttributeValue\AttributeValueText $attributeValueT)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addAttributeValueT', array($attributeValueT));
     return parent::addAttributeValueT($attributeValueT);
 }