mediawiki-extensions-Replac.../.phan/stubs/AdminLinksHook.php

6 lines
96 B
PHP
Raw Normal View History

<?php
interface AdminLinksHook {
public function onAdminLinks( ALTree &$admin_links_tree );
}