Phergie
[
class tree: Phergie
] [
index: Phergie
] [
all elements
]
LICENSE
Packages:
Phergie
Files:
Abstract.php
Abstract.php
Abstract.php
Abstract.php
Abstract.php
Async.php
Autoload.php
Bot.php
Command.php
Config.php
Connection.php
Console.php
Exception.php
Exception.php
Exception.php
Exception.php
Exception.php
Exception.php
Exception.php
Exception.php
Handler.php
Handler.php
Handler.php
Hostmask.php
phergie.php
Request.php
Response.php
Standard.php
Streams.php
Classes:
Phergie_Autoload
Phergie_Bot
Phergie_Config
Phergie_Config_Exception
Phergie_Connection
Phergie_Connection_Exception
Phergie_Connection_Handler
Phergie_Driver_Abstract
Phergie_Driver_Exception
Phergie_Driver_Streams
Phergie_Event_Abstract
Phergie_Event_Command
Phergie_Event_Exception
Phergie_Event_Handler
Phergie_Event_Request
Phergie_Event_Response
Phergie_Exception
Phergie_Hostmask
Phergie_Hostmask_Exception
Phergie_Plugin_Abstract
Phergie_Plugin_Exception
Phergie_Plugin_Handler
Phergie_Process_Abstract
Phergie_Process_Async
Phergie_Process_Exception
Phergie_Process_Standard
Phergie_Ui_Abstract
Phergie_Ui_Console
Class: Phergie_Event_Abstract
Source Location: /Phergie/Event/Abstract.php
Class Overview
Base class for events.
Author(s):
Phergie Development Team <
team@phergie.org
>
Variables
$type
Methods
getType
setType
Child classes:
Phergie_Event_Request
Autonomous event originating from a user or the server.
Phergie_Event_Response
Event originating from the server in response to an event sent by the current client.
Class Details
[line 31]
Base class for events.
Tags:
author:
Phergie Development Team <
team@phergie.org
>
link:
http://pear.phergie.org/package/Phergie
abstract:
license:
New BSD License
[
Top
]
Class Variables
$type =
[line 38]
Event type, used for determining the callback to execute in response
Tags:
access:
protected
Type:
string
[
Top
]
Class Methods
method getType
[line 45]
string getType( )
Returns the event type.
Tags:
access:
public
[
Top
]
method setType
[line 57]
Phergie_Event_Abstract
setType( string $type)
Sets the event type.
Tags:
return:
Implements a fluent interface
access:
public
Parameters:
string
$type
Event type
[
Top
]
Documentation generated on Mon, 27 Sep 2010 23:03:46 -0500 by
phpDocumentor 1.4.3