PHP 클래스 Trismegiste\Mondrian\Config\Loader

상속: extends Symfony\Component\Config\Loader\Loader
파일 보기 프로젝트 열기: trismegiste/mondrian

보호된 프로퍼티들

프로퍼티 타입 설명
$default

공개 메소드들

메소드 설명
load ( string $resource, $type = null ) : array
supports ( string $resource, $type = null ) : boolean Does this loader support

메소드 상세

load() 공개 메소드

public load ( string $resource, $type = null ) : array
$resource string the directory which owns the .mondrian.yml file
리턴 array the config

supports() 공개 메소드

Does this loader support
public supports ( string $resource, $type = null ) : boolean
$resource string directory path
리턴 boolean true if the config file is here

프로퍼티 상세

$default 보호되어 있는 프로퍼티

protected $default