Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Autarky
Config
Loaders
PhpFileLoader
requireFile
Autarky\Config\Loaders\PhpFileLoader::requireFile PHP Method
PhpFileLoader Class Documentation
Datei anzeigen
Open project: autarky/framework
requireFile()
protected
static
method
Static method to make it impossible to reference $this in the file.
protected
static
requireFile
(
string
$_path
) :
mixed
$_path
string
return
mixed
protected static function requireFile($_path) { return require $_path; }
PhpFileLoader
load
requireFile