\Phergie\Irc\EventEventConverterInterface

Interface for a class that converts data for a single event object to an array for purposes of serialization.

Summary

Methods
Constants
convert()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

convert()

convert(\Phergie\Irc\Event\EventInterface $event) : array

Converts an event object into an array.

Parameters

\Phergie\Irc\Event\EventInterface $event

Returns

array