Abstract Class Error

Description

Error

Capturadora de errores PHP.

  • author: Gabriel Luraschi
  • abstract:

Located in /libraries/Error.php (line 24)


	
			
Method Summary
 static void Handler (int $nErrNo, string $cErrStr, string $cPath, int $nLine, mixed $vData)
 static void Raise (int $nErrNo, string $cErrStr, [string $cPath = ''], [int $nLine = 0], [mixed $vData = null])
Methods
static Handler (line 35)

Punto de entrada al producirse un error en PHP.

  • access: public
void Handler (int $nErrNo, string $cErrStr, string $cPath, int $nLine, mixed $vData)
  • int $nErrNo
  • string $cErrStr
  • string $cPath
  • int $nLine
  • mixed $vData
static Raise (line 64)

Reporta un error.

Constantes de configuración:

  • APP_SYSTEM_ERRORLOG: Path hacia el archivo con el log de errores.
  • APP_SYSTEM_EXTENDERRORS: Almacenar información extendida de depuración.
  • APP_SUPPORT_EMAIL: Email donde enviar el log.
  • APP_SYSTEM_ERRORLOGURL: URL donde enviar datos del log.
  • APP_SYSTEM_SHOWERRORS: Enviar detalle del log al buffer de salida.

void Raise (int $nErrNo, string $cErrStr, [string $cPath = ''], [int $nLine = 0], [mixed $vData = null])
  • int $nErrNo
  • string $cErrStr
  • string $cPath
  • int $nLine
  • mixed $vData

Documentation generated on Tue, 22 Nov 2011 13:28:55 -0200 by phpDocumentor 1.4.3