dongtaogou6226 2012-05-30 17:11
浏览 21
已采纳

如何参考功能?

I am learning how to use hooks in mediawiki. I am also new to PHP. General hook handler can be added by putting next line in to LocalSettings.php:

$wgHooks['event'][] = 'function';

Suppose I wrote myfunction in my.php file. How can I point to this function from LocalSettings.php

Edit. I have written some function in my.php file. How to refer to this function? I should tell mediawiki where find this function.I don't know how to do it. Should I write '$wgHooks['event'][] = 'my.php:function'. Or I should include my.php file to LocalSetting and then just write '$wgHooks['event'][] = 'function'

  • 写回答

4条回答 默认 最新

  • drgbpq5930 2012-05-30 17:30
    关注

    As the docs say, you need to push a string with your function name (or an array of strings etc.) to the hook array.

    AFAIK, when triggering the hook they will be invoked with call_user_func(). So, it will depend on your function declaration in the my.php file. With a myfunction, it should be

    $wgHooks['event'][] = 'myfunction';
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器