Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Trismegiste
Mondrian
Config
Loader
PHP Class Trismegiste\Mondrian\Config\Loader
Inheritance:
extends
Symfony\Component\Config\Loader\Loader
ファイルを表示
Open project: trismegiste/mondrian
Protected Properties
Property
Type
Description
$default
Public Methods
Method
Description
load
(
string
$resource
,
$type
= null ) :
array
supports
(
string
$resource
,
$type
= null ) :
boolean
Does this loader support
Method Details
load()
public
method
public
load
(
string
$resource
,
$type
= null ) :
array
$resource
string
the directory which owns the .mondrian.yml file
return
array
the config
supports()
public
method
Does this loader support
public
supports
(
string
$resource
,
$type
= null ) :
boolean
$resource
string
directory path
return
boolean
true if the config file is here
Property Details
$default
protected_oe property
protected
$default