Class Db

Summary

Fully Qualified Name: Zend\Log\Formatter\Db
Implements: FormatterInterface

Description

Methods

Name Description Defined By
__construct() Class constructor Db
format() Formats data to be written by the writer. Db
getDateTimeFormat() {@inheritDoc} Db
setDateTimeFormat() {@inheritDoc} Db

Method Details

__construct()

Class constructor

Parameter Name Type Description
$dateTimeFormat null|string Format

Returns:

format()

Formats data to be written by the writer.

Parameter Name Type Description
$event array event

Returns: array

getDateTimeFormat()

{@inheritDoc}

Returns:

setDateTimeFormat()

{@inheritDoc}

Parameter Name Type Description
$dateTimeFormat

Returns:

Top