EventBase::__construct

(PECL event >= 1.2.6-beta)

EventBase::__constructConstructs EventBase object

Descripción

publicEventBase::__construct(EventConfig$cfg = ?)

Constructs EventBase object

Parámetros

cfg

Optional EventConfig object.

Errores/Excepciones

If EventBase cannot be constructed with the provided configuration, a EventException will be thrown.

Ver también

To Top