Class Horde_Kolab_Filter_Response

Description

Provides error handling for the Kolab server filter scripts.

$Horde: framework/Kolab_Filter/lib/Horde/Kolab/Filter/Response.php,v 1.3.2.3 2010/07/15 21:35:39 wrobel Exp $

Copyright 2004-2008 Klarälvdalens Datakonsult AB

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.

Located in /Kolab_Filter/lib/Horde/Kolab/Filter/Response.php (line 46)


	
			
Method Summary
 Horde_Kolab_Filter_Response Horde_Kolab_Filter_Response ()
 void handle (mixed $result)
 boolean _fatal (int $errno, string $errmsg, string $filename, int $linenum, mixed $vars)
 void _log (PEAR_error $result)
Methods
Constructor Horde_Kolab_Filter_Response (line 52)

Constructor.

Horde_Kolab_Filter_Response Horde_Kolab_Filter_Response ()
handle (line 63)

Handle the results of the message transport.

void handle (mixed $result)
  • mixed $result: The reponse of the transport.
_fatal (line 104)

An alternative PHP error handler so that we don't drop silent on fatal errors.

  • return: Always false.
boolean _fatal (int $errno, string $errmsg, string $filename, int $linenum, mixed $vars)
  • int $errno: The error number.
  • string $errmsg: The error message.
  • string $filename: The file where the error occured.
  • int $linenum: The line where the error occured.
  • mixed $vars: ?
_log (line 138)

Log an error.

void _log (PEAR_error $result)
  • PEAR_error $result: The reponse of the transport.

Documentation generated on Sun, 30 Jan 2011 05:20:57 +0000 by phpDocumentor 1.4.3