13 Star 138 Fork 36

陈某某 / duckphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Ext-HookChain.md 596 Bytes
一键复制 编辑 原始数据 按行查看 历史

Ext\HookChain

简介

这是个特殊类。并没有引用

方法

public function __construct()
public function __invoke()
public static function Hook(&$var, $callable, $append = true, $once = true)
public function add($callable, $append, $once)
public function remove($callable)
public function has($callable)
public function all()
public function offsetSet($offset, $value)
public function offsetExists($offset)
public function offsetUnset($offset)
public function offsetGet($offset)

详解

这个类是把单个回调变成回调链的

PHP
1
https://gitee.com/dvaknheo/duckphp.git
git@gitee.com:dvaknheo/duckphp.git
dvaknheo
duckphp
duckphp
master

搜索帮助