\Imi\EventEventItem

Summary

Methods
Properties
Constants
__construct()
$callback
$priority
$oneTime
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$callback

$callback : callable|string

事件回调 或者事件类名

Type

callable|string

$priority

$priority : integer

优先级 越大越先执行

Type

integer

$oneTime

$oneTime : boolean

是否为一次性事件

Type

boolean

Methods

__construct()

__construct(  $callback, \Imi\Event\int  $priority, \Imi\Event\bool  $oneTime = false) 

Parameters

$callback
\Imi\Event\int $priority
\Imi\Event\bool $oneTime