コード例 #1
0
ファイル: include.php プロジェクト: tomzx/wikimedia-apibot
 protected function slotname_preface()
 {
     return parent::slotname_preface() . ".Include";
 }
コード例 #2
0
ファイル: diap.php プロジェクト: tomzx/wikimedia-apibot
 function __construct($core, $min, $max)
 {
     parent::__construct($core, array('min' => $min, 'max' => $max));
 }