import() import(array $data, boolean $recursive = true) : void 批量导入插件 Parameters array $data 插件信息 boolean $recursive 是否递归合并
listen() listen(string $tag, mixed $params = NULL) : void 监听标签的插件 Parameters string $tag 标签名称 mixed $params 传入参数
exec() exec(string $name, string $tag, Mixed $params = NULL) : void 执行某个插件 Parameters string $name 插件名称 string $tag 方法名(标签名) Mixed $params 传入的参数