\Phergie\Irc\Bot\ReactPluginInterface

Minimum interface for a plugin implementation.

Summary

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

Methods

getSubscribedEvents()

getSubscribedEvents() : array

Returns a mapping of events to applicable callbacks.

Returns

array —

Associative array keyed by event name referencing strings

    containing names of instance methods in the class implementing
    this interface or valid callables