56 parent::__construct($connection);
58 $this->source = new \Erebot\Identity(
$source);
Interface for an event which applies to a channel.
$connection
Connection the event originated from.
An abstract Event which has a source and applies to a channel.
$chan
IRC channel this event relates to.
Interface for an event which has a source.
__construct(\Erebot\Interfaces\Connection $connection, $chan, $source)
$source
Source the event originated from.