您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. PHP的AOP库Go!.zip

  2. Go! 是一个 PHP 5.4 库,让 PHP 支持 AOP 面向方面编程方法,无需 PECL 扩展、Runkit、evals 或者 DI 容器支持。可使用 XDebug 轻松调试。 示例代码: // Aspect/MonitorAspect.php namespace Aspect; use Go\Aop\Aspect; use Go\Aop\Intercept\FieldAccess; use Go\Aop\Intercept\MethodInvocation; use G
  3. 所属分类:其它

    • 发布日期:2019-07-15
    • 文件大小:251kb
    • 提供者:weixin_39841882
  1. PHP模拟测试框架AspectMock.zip

  2. AspectMock 不是一个普通的 PHP 模拟测试框架,通过强大的 AOP 面向方面编程理念和神奇的  Go-AOP 库, AspectMock 可以让你在 PHP 代码中进行任意的模拟测试。 示例代码:  null]));     $service = new UserService;     $service->createUserByName(davert);     $this->assertEqual s(davert, $user->getName()
  3. 所属分类:其它

    • 发布日期:2019-07-17
    • 文件大小:47kb
    • 提供者:weixin_39840387