\Phergie\Irc\EventParserConverterInterface

Interface for a class that converts data for a single event output by a parser implementing the \Phergie\Irc\ParserInterface interface into an event object.

Summary

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

Methods

convert()

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

Converts event data into an object.

Parameters

array $data

Event data output by the parser

Returns

\Phergie\Irc\Event\EventInterface