PHP Интерфейс Newscoop\Service\IErrorHandler

Показать файл Открыть проект

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

Метод Описание
error ( string $key ) Handle the error. The key of the error needs to be mapped as constant see previous implementations.
warning ( string $key ) Handle the warning. The key of the warning needs to be mapped as constant see previous implementations.

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

error() публичный метод

Handle the error. The key of the error needs to be mapped as constant see previous implementations.
public error ( string $key )
$key string The key of the error, which uniquelly identifies it, not null.

warning() публичный метод

Handle the warning. The key of the warning needs to be mapped as constant see previous implementations.
public warning ( string $key )
$key string The key of the waning, which uniquelly identifies it, not null.