\Phergie\Irc\EventParserConverter

Converts data for a single event output by a parser implementing the \Phergie\Irc\ParserInterface interface into an event object.

Summary

Methods
Properties
Constants
convert()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties 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