PHP Класс Phergie_Process_Async, phergie

Автор: Phergie Development Team ([email protected])
Наследование: extends Phergie_Process_Abstract
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$sec integer Length of time to poll for stream activity (seconds)
$usec integer Length of time to poll for stream activity (microseconds)

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

Overrides the parent class to set the poll time.
public __construct ( Phergie_Bot $bot, array $options ) : void
$bot Phergie_Bot Main bot class
$options array Processor arguments
Результат void

handleEvents() публичный Метод

Waits for stream activity and performs event processing on connections with data to read.
public handleEvents ( ) : void
Результат void

Описание свойств

$sec защищенное свойство

Length of time to poll for stream activity (seconds)
protected int $sec
Результат integer

$usec защищенное свойство

Length of time to poll for stream activity (microseconds)
protected int $usec
Результат integer