コード例 #1
0
ファイル: _generic.php プロジェクト: tomzx/wikimedia-apibot
 protected function signal_log_slot_name()
 {
     return parent::signal_log_slot_name() . ".String";
 }
コード例 #2
0
ファイル: _generic.php プロジェクト: tomzx/wikimedia-apibot
 function __construct($core, $new_element_type)
 {
     $this->new_element_type = $new_element_type;
     parent::__construct($core);
 }