CakeFest 2024: The Official CakePHP Conference

EventBase::__construct

(PECL event >= 1.2.6-beta)

EventBase::__construct构造 EventBase 对象

说明

public EventBase::__construct( EventConfig $cfg = ?)

构造 EventBase 对象

参数

cfg

可选的 EventConfig 对象。

错误/异常

如果无法使用提供的配置构造 EventBase,则会抛出 EventException

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top