PHP 클래스 Cascade\Config\Loader\ClassLoader\FormatterLoader

또한 보기: ClassLoader
저자: Raphael Antonmattei ([email protected])
상속: extends Cascade\Config\Loader\ClassLoader
파일 보기 프로젝트 열기: theorchard/monolog-cascade 1 사용 예제들

공개 메소드들

메소드 설명
__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 ( )