Erebot  latest
A modular IRC bot for PHP 5.3+
Erebot\Interfaces\Event\Base\Ctcp Interface Reference

Interface for a CTCP event. More...

+ Inheritance diagram for Erebot\Interfaces\Event\Base\Ctcp:

Public Member Functions

 getCtcpType ()
 
- Public Member Functions inherited from Erebot\Interfaces\Event\Base\Generic
 getConnection ()
 
 preventDefault ($prevent=null)
 

Detailed Description

Interface for a CTCP event.

Definition at line 27 of file Ctcp.php.

Member Function Documentation

Erebot\Interfaces\Event\Base\Ctcp::getCtcpType ( )

Returns the type of CTCP message conveyed by this event.

Return values
stringType of this CTCP message.

Implemented in Erebot\Event\WithChanSourceCtcpAbstract, and Erebot\Event\WithSourceCtcpAbstract.


The documentation for this interface was generated from the following file: