public function __construct(AttributeDef $att)
 {
     parent::__construct($att->getSchema(), $att->getName());
     $this->wrapped = $att;
 }
Beispiel #2
0
 public function addAttribute(AttributeDef $attribute)
 {
     $this->attributes[$attribute->getName()] = $attribute;
 }