events[] = $event; } /** * Record shutdown * * @return void */ public function shutdown() { $this->shutdown = true; } /** * Create a new instance of Zend_Log_Writer_Mock * * @exception Zend_Log_Exception * @param mixed $config * @return Zend_Log_Writer_Mock */ static public function factory($config) { return new self( self::_parseConfig($config) ); } }