Beispiel #1
0
 public function __construct(AttributeKeyInterface $key)
 {
     $this->key = $key;
     parent::__construct($key->getAttributeType());
 }