Property | Type | Description | |
---|---|---|---|
$sec | integer | Length of time to poll for stream activity (seconds) | |
$usec | integer | Length of time to poll for stream activity (microseconds) |
Method | Description | |
---|---|---|
__construct ( Phergie_Bot $bot, array $options ) : void | Overrides the parent class to set the poll time. | |
handleEvents ( ) : void | Waits for stream activity and performs event processing on connections with data to read. |
public __construct ( Phergie_Bot $bot, array $options ) : void | ||
$bot | Phergie_Bot | Main bot class |
$options | array | Processor arguments |
return | void |
public handleEvents ( ) : void | ||
return | void |
protected int $sec | ||
return | integer |
protected int $usec | ||
return | integer |