trait Poodle\Events Methods public static hookEventListener ( string $type, $function ) unhookEventListener ( string $type, $function ) public addEventListener ( string $type, callable $function ) dispatchEvent ( Poodle\Events\Event $event ) removeEventListener ( string $type, callable $function ) triggerEvent ( string $type )
|