CakeFest 2024: The Official CakePHP Conference

EventBase::__construct

(PECL event >= 1.2.6-beta)

EventBase::__constructConstruit un objet EventBase

Description

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

Construit un objet EventBase.

Liste de paramètres

cfg

Optionnel - Un objet EventConfig.

Erreurs / Exceptions

Si EventBase ne peut pas être construit avec la configuration fournie, une exception de type EventException sera déclenchée.

Voir aussi

add a note

User Contributed Notes

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