App\Controller\Event::test PHP 메소드

test() 공개 메소드

public test ( )
    function test()
    {
        echo "event trigger\n";
        $res = $this->event->trigger("hello", array($this->redis->getIncreaseId('queue'), "hello world", __DIR__));
        echo "event trigger\n";
    }
Event