PHP Класс Contao\CoreBundle\Monolog\ContaoTableHandler

Наследование: extends Monolog\Handler\AbstractProcessingHandler, use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getDbalServiceName ( ) : string Returns the service name for the database connection.
handle ( array $record )
setDbalServiceName ( string $name ) Sets the service name for the database connection.

Защищенные методы

Метод Описание
getDefaultFormatter ( )
write ( array $record )

Приватные методы

Метод Описание
createStatement ( ) Verifies the database connection and prepares the statement.
executeHook ( string $message, ContaoContext $context ) Executes the legacy hook if the Contao framework is booted.

Описание методов

getDbalServiceName() публичный Метод

Returns the service name for the database connection.
public getDbalServiceName ( ) : string
Результат string

getDefaultFormatter() защищенный Метод

protected getDefaultFormatter ( )

handle() публичный Метод

public handle ( array $record )
$record array

setDbalServiceName() публичный Метод

Sets the service name for the database connection.
public setDbalServiceName ( string $name )
$name string

write() защищенный Метод

protected write ( array $record )
$record array