public function ExternalLoader::register in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ExternalLoader.php \ClassLoaderTest\ExternalLoader::register()
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ ClassLoaderTest/ ExternalLoader.php, line 25
Class
Namespace
ClassLoaderTestCode
public function register() {
spl_autoload_register(array(
$this,
'load4',
));
spl_autoload_register(array(
$this,
'load5',
));
}