コード例 #1
0
 public function __construct(AttributeDef $att)
 {
     parent::__construct($att->getSchema(), $att->getName());
     $this->wrapped = $att;
 }
コード例 #2
0
 public function __construct(ElementDef $element)
 {
     parent::__construct($element->getSchema(), $element->getName());
     $this->wrapped = $element;
 }