dst2007 2013-06-27 15:53
浏览 36
已采纳

选择性函数寄存器与xslt PHP

I have a class which is made of only static methods. I want to register the class so that XSLT engine can use it. As far I am aware XSLTProcessor::registerPHPFunctions() either registers all class and functions unless first parameter $restrict is passed and first param only takes method name in string or as array. How to register a whole class to XSLT so that all static method of a class can be accessible from xslt page.

  • 写回答

1条回答 默认 最新

  • dongmou5628 2013-06-27 16:33
    关注

    Assuming you have a class named Foo, you can get an array of all the class methods with code like this:

    function addClassPrefix($name) {
      return "Foo::$name";
    }
    $names = array_map("addClassPrefix", get_class_methods("Foo"));
    

    Note the need to add the class name as a prefix in front of each method name.

    You can then simply register the whole array like this:

    $proc = new XSLTProcessor();
    $proc->registerPHPFunctions($names);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 vue3加ant-design-vue无法渲染出页面
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构