PHP 클래스 Swoole\Component\Event

파일 보기 프로젝트 열기: matyhtf/swoole_framework

보호된 프로퍼티들

프로퍼티 타입 설명
$_atomic swoole_atomic
$_handles
$_queue Swoole\IFace\Queue
$_workers
$async
$config

공개 메소드들

메소드 설명
__construct ( $config )
_worker ( )
runWorker ( integer $worker_num = 1, boolean $daemon = false )
trigger ( $type, $data ) : mixed 触发事件

보호된 메소드들

메소드 설명
_execute ( $type, $data ) : mixed 处理器

메소드 상세

__construct() 공개 메소드

public __construct ( $config )

_execute() 보호된 메소드

处理器
protected _execute ( $type, $data ) : mixed
$type
$data
리턴 mixed

_worker() 공개 메소드

public _worker ( )

runWorker() 공개 메소드

public runWorker ( integer $worker_num = 1, boolean $daemon = false )
$worker_num integer
$daemon boolean

trigger() 공개 메소드

触发事件
public trigger ( $type, $data ) : mixed
$type
$data
리턴 mixed

프로퍼티 상세

$_atomic 보호되어 있는 프로퍼티

protected swoole_atomic $_atomic
리턴 swoole_atomic

$_handles 보호되어 있는 프로퍼티

protected $_handles

$_queue 보호되어 있는 프로퍼티

protected Queue,Swoole\IFace $_queue
리턴 Swoole\IFace\Queue

$_workers 보호되어 있는 프로퍼티

protected $_workers

$async 보호되어 있는 프로퍼티

protected $async

$config 보호되어 있는 프로퍼티

protected $config