Manual talk:Hooks/SpecialVersionExtensionTypes
Add topicAppearance
Latest comment: 14 years ago by Jeroen De Dauw in topic Passing $this
Passing $this
[edit]Why is $this passed as argument in Special:Version where the hook is fired? This makes it not possible to make the hook being fired from another context, like a static method in the SpecialVersion class.