EventBase::__construct
PHP Manual
PHP Manual»EventBase»EventBase::__construct

EventBase::__construct

(PECL event >= 1.2.6-beta)

EventBase::__constructConstructs EventBase object

Descrizione

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

Constructs EventBase object

Elenco dei parametri

cfg

Optional EventConfig object.

Errori/Eccezioni

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

Vedere anche:

To Top