Manual:Hooks/AutopromoteCondition/ja
From MediaWiki.org
| AutopromoteCondition | |
|---|---|
| Available from version 1.12.0 ユーザに対して自動昇進の条件をチェックする。 |
|
*Define function: |
function fnMyHook($type, $args, $user, &$result) { ... }
|
*Attach hook: |
$wgHooks['AutopromoteCondition'][] = 'fnMyHook'; |
| Called from: | Autopromote.php |
*For more information about attaching hooks, see Manual:Hooks/ja.
*For examples of extensions using this hook, see Category:AutopromoteCondition extensions/ja.
[edit] 詳細
- $type: 条件のタイプ
- $args: 引数
- $user: ユーザ
- &$result: 自動昇進の条件チェックの結果
| 言語: | English • 日本語 |
|---|
