Erebot  latest
A modular IRC bot for PHP 5.3+
Erebot\Event\PrivateCtcp Class Reference

Triggered when a CTCP request is received in private. More...

+ Inheritance diagram for Erebot\Event\PrivateCtcp:

Additional Inherited Members

- Public Member Functions inherited from Erebot\Event\WithSourceCtcpAbstract
 __construct (\Erebot\Interfaces\Connection $connection, $source, $ctcpType, $text)
 
 getCtcpType ()
 
- Public Member Functions inherited from Erebot\Event\WithSourceTextAbstract
 __construct (\Erebot\Interfaces\Connection $connection, $source, $text)
 
 getSource ()
 
- Public Member Functions inherited from Erebot\Event\WithTextAbstract
 __construct (\Erebot\Interfaces\Connection $connection, $text)
 
 getText ()
 
- Public Member Functions inherited from Erebot\Event\AbstractEvent
 __construct (\Erebot\Interfaces\Connection $connection)
 
 getConnection ()
 
 preventDefault ($prevent=null)
 
- Protected Attributes inherited from Erebot\Event\WithSourceCtcpAbstract
 $ctcpType
 The type of CTCP message represented by this event.
 
- Protected Attributes inherited from Erebot\Event\WithSourceTextAbstract
 $source
 Source the event originated from.
 
- Protected Attributes inherited from Erebot\Event\WithTextAbstract
 $text
 Content of this event.
 
- Protected Attributes inherited from Erebot\Event\AbstractEvent
 $connection
 Connection the event originated from.
 
 $halt
 Whether the default action should be prevented or not. More...
 

Detailed Description

Triggered when a CTCP request is received in private.

Definition at line 27 of file PrivateCtcp.php.


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