PHP 클래스 Autarky\Config\Loaders\PhpFileLoader

Works with PHP files which declare a file-wide "return" statement which returns an associative array.
상속: implements Autarky\Config\LoaderInterface
파일 보기 프로젝트 열기: autarky/framework

공개 메소드들

메소드 설명
load ( $path )

보호된 메소드들

메소드 설명
requireFile ( string $_path ) : mixed Require a file and return the result.

메소드 상세

load() 공개 메소드

public load ( $path )

requireFile() 보호된 정적인 메소드

Static method to make it impossible to reference $this in the file.
protected static requireFile ( string $_path ) : mixed
$_path string
리턴 mixed