MediaWiki  master
DeferrableCallback.php
Go to the documentation of this file.
1 <?php
2 
10 interface DeferrableCallback {
14  public function getOrigin();
15 }
Callback wrapper that has an originating method.