repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added release notes for 'ContentHandler::runLegacyHooks' removal
[mediawiki.git]
/
includes
/
deferred
/
DeferrableCallback.php
blob
2eb0d5dfa03b8180efc526e9fa083a19dfcc9ac2
1
<
?php
2
3
/**
4
* Callback wrapper that has an originating method
5
*
6
* @since 1.28
7
*/
8
interface
DeferrableCallback
{
9
/**
10
* @return string Originating method name
11
*/
12
function
getOrigin
();
13
}