コード例 #1
0
ファイル: edit_key.php プロジェクト: ppiedaderawnet/concrete5
 public function __construct(AttributeKeyInterface $key)
 {
     $this->key = $key;
     parent::__construct($key->getAttributeType());
 }