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