コード例 #1
0
ファイル: copy.php プロジェクト: tomzx/wikimedia-apibot
 public function __construct($core, $new_key = NULL)
 {
     parent::__construct($core);
     if (!is_null($new_key)) {
         $this->new_key = $new_key;
     }
 }
コード例 #2
0
ファイル: swap.php プロジェクト: tomzx/wikimedia-apibot
 public function __construct($core, $key2 = NULL)
 {
     parent::__construct($core);
     if (!is_null($key2)) {
         $this->key2 = $key2;
     }
 }