PHP Класс Cascade\Config\Loader\ClassLoader\FormatterLoader

См. также: ClassLoader
Автор: Raphael Antonmattei ([email protected])
Наследование: extends Cascade\Config\Loader\ClassLoader
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( array $formatterOptions ) Constructor
initExtraOptionsHandlers ( ) Loads the closures as option handlers. Add handlers to this function if you want to support additional custom options.

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

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

Constructor
См. также: ClassLoader::__construct
См. также: Monolog\Formatter classes for formatter options
public __construct ( array $formatterOptions )
$formatterOptions array Formatter options

initExtraOptionsHandlers() публичный статический метод

The syntax is the following: array( '\Full\Absolute\Namespace\ClassName' => array( 'myOption' => Closure ), ... ) You can use the '*' wildcard if you want to set up an option for all Formatter classes
public static initExtraOptionsHandlers ( )