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
PPI
Framework
Autoload
exists
PPI\Framework\Autoload::exists PHP Méthode
Autoload Class Documentation
Afficher le fichier
Open project: ppi/framework
exists()
public
static
méthode
Check if a namespace has been registered. This is a workaround as the default self::$_options['loader'] class does not have an exists() method.
public
static
exists
(
string
$key
) :
boolean
$key
string
Résultat
boolean
public static function exists($key) { return isset(self::$_registeredNamespaces[$key]); }
Autoload
add
config
exists
register