repo.or.cz
/
T119942Repr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
T119942Repo extension
[T119942Repr.git]
/
T119942Repr.hooks.php
blob
e0e4f9afd684bd82d12c853a57b01b58a3484a92
1
<
?php
2
/**
3
* Hooks for T119942Repr extension
4
*
5
* @file
6
* @ingroup Extensions
7
*/
8
9
class
T119942ReprHooks
{
10
11
function
onSkinAfterContent
( &
$data
,
Skin
$skin
) {
12
wfDebugLog
(
__METHOD__
,
"SkinAfter hook called"
);
13
}
14
}