Class ErrorHandler

Summary

Fully Qualified Name: Zend\Log\Formatter\ErrorHandler
Extends: Simple

Description

Methods

Name Description Defined By
__construct() Class constructor Simple
format() This method formats the event for the PHP Error Handler. ErrorHandler
getDateTimeFormat() {@inheritDoc} Base
setDateTimeFormat() {@inheritDoc} Base

Method Details

__construct()

Class constructor

Parameter Name Type Description
$format null|string Format
$dateTimeFormat null|string Format

Returns:

format()

This method formats the event for the PHP Error Handler.

Parameter Name Type Description
$event array

Returns: string

getDateTimeFormat()

{@inheritDoc}

Returns:

setDateTimeFormat()

{@inheritDoc}

Parameter Name Type Description
$dateTimeFormat

Returns:

Top