中文在线一区二区_欧美在线综合_久久久久久综合_欧美一区二区三区视频_国产免费看_国产福利精品一区

自定義事件

EasySwoole 中,可以通過 \EasySwoole\Component\Container 容器實現自定義事件功能。

使用示例

定義事件容器

新增 App\Event\Event.php 文件,內容如下:

<?php
/**
 * This file is part of EasySwoole.
 *
 * @link http://m.jrrswxmm.cn
 * @document http://m.jrrswxmm.cn
 * @contact http://m.jrrswxmm.cn/Preface/contact.html
 * @license https://github.com/easy-swoole/easyswoole/blob/3.x/LICENSE
 */

namespace App\Event;

use EasySwoole\Component\Container;
use EasySwoole\Component\Singleton;

class Event extends Container
{
    use Singleton;

    public function set($key, $item)
    {
        if (is_callable($item)) {
            return parent::set($key, $item);
        } else {
            return false;
        }
    }

    public function hook($event, ...$args)
    {
        $call = $this->get($event);
        if (is_callable($call)) {
            return call_user_func($call, ...$args);
        } else {
            return null;
        }
    }
}

注冊事件

在框架的 initialize 事件(即項目根目錄的 EasySwooleEvent.phpinitialize 函數)中進行注冊事件:

<?php
/**
 * This file is part of EasySwoole.
 *
 * @link http://m.jrrswxmm.cn
 * @document http://m.jrrswxmm.cn
 * @contact http://m.jrrswxmm.cn/Preface/contact.html
 * @license https://github.com/easy-swoole/easyswoole/blob/3.x/LICENSE
 */

namespace EasySwoole\EasySwoole;

use EasySwoole\EasySwoole\AbstractInterface\Event;
use EasySwoole\EasySwoole\Swoole\EventRegister;

class EasySwooleEvent implements Event
{
    public static function initialize()
    {
        // 注冊事件
        \App\Event\Event::getInstance()->set('test', function () {
            echo 'this is test event!' . PHP_EOL;
        });
    }

    public static function mainServerCreate(EventRegister $register)
    {

    }
}

觸發事件

注冊事件之后,就可以在框架的任意位置觸發事件來進行調用,調用形式如下:

<?php
\App\Event\Event::getInstance()->hook('test');

在控制器中觸發事件進行調用

<?php
/**
 * This file is part of EasySwoole.
 *
 * @link http://m.jrrswxmm.cn
 * @document http://m.jrrswxmm.cn
 * @contact http://m.jrrswxmm.cn/Preface/contact.html
 * @license https://github.com/easy-swoole/easyswoole/blob/3.x/LICENSE
 */

namespace App\HttpController;

use EasySwoole\Http\AbstractInterface\Controller;

class Index extends Controller
{
    public function index()
    {
        // 觸發事件
        \App\Event\Event::getInstance()->hook('test');
    }
}

訪問 http://127.0.0.1:9501/ (示例請求地址)就可以看到終端顯示如下結果:this is test event!

主站蜘蛛池模板: 亚洲电影一区二区 | 精品一区视频 | 欧美精品v国产精品v日韩精品 | 国产精品三级久久久久久电影 | 亚洲综合色视频在线观看 | 91av爱爱| 国产欧美精品一区二区三区 | 久久久久久国产精品 | h视频在线免费观看 | 欧美精品在线视频 | 欧洲精品视频在线观看 | 亚洲精品v | 美女爽到呻吟久久久久 | 欧美日本韩国一区二区 | 久久妇女高潮片免费观看 | 午夜影院 | 免费一区二区三区四区 | 精品一区二区久久久久久久网站 | 一区二区三区久久 | 欧美成人精品一区二区三区 | 国产精品国产三级国产aⅴ中文 | 中文久久久久久 | 日韩色网| 五月激情综合网 | 黄色在线免费观看 | 在线亚洲精品 | 欧美日韩国产一区二区三区不卡 | 亚洲高清视频在线观看 | 三级电影网址 | 成年人免费看 | 在线视频国产一区 | 狠狠干狠狠干 | 中文字幕在线视频观看 | 精品久久久久久国产 | 亚洲永久免费 | 在线视频国产一区 | 五月天婷婷免费视频 | 成人在线h | 国产精品一区久久久久 | 婷婷亚洲五月 | 午夜电影av |