. * * Extends the Async processor class (Phergie_Process_Async) to allow it to * operate with the Statusnet driver * * @category Phergie * @package Phergie_Process_Statusnet * @author Luke Fitzgerald * @copyright 2010 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 * @link http://status.net/ */ class Phergie_Process_Statusnet extends Phergie_Process_Async { public function __constuct(Phergie_Extended_Bot $bot, array $options) { $this->usec = 0; Phergie_Process_Abstract::__construct($bot, $options); } }