Composer\Autoload
ClassLoader::isClassMapAuthoritative() public Yoast 1.0
Should class lookup fail if not found in the current class map?
{} Это метод класса: ClassLoader{}
Хуков нет.
Возвращает
true|false
. Null. Ничего.
Использование
$ClassLoader = new ClassLoader(); $ClassLoader->isClassMapAuthoritative();
Код ClassLoader::isClassMapAuthoritative() ClassLoader::isClassMapAuthoritative Yoast 16.1.1
public function isClassMapAuthoritative()
{
return $this->classMapAuthoritative;
}