PHP 클래스 Cascade\Config\Loader\PhpArray

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

공개 메소드들

메소드 설명
load ( array $array, string | null $type = null ) : array Loads an array
supports ( string $resource, string | null $type = null ) : boolean Return whether or not the passed in resource is supported by this loader

메소드 상세

load() 공개 메소드

Loads an array
public load ( array $array, string | null $type = null ) : array
$array array Array to load
$type string | null Not used
리턴 array The passed in array

supports() 공개 메소드

Return whether or not the passed in resource is supported by this loader
public supports ( string $resource, string | null $type = null ) : boolean
$resource string Plain string or filepath
$type string | null Not used
리턴 boolean Whether or not the passed in resource is supported by this loader