Skip to:
Content

  • Home
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / vendor/composer/ClassLoader.php

ClassLoader::getRegisteredLoaders()

Method: Returns the currently registered loaders indexed by their corresponding vendor directories.

Source: vendor/composer/ClassLoader.php:399

Used by 0 functions | Uses 0 functions

ClassLoader::__construct()

Method:

Source: vendor/composer/ClassLoader.php:64

Used by 0 functions | Uses 0 functions

ClassLoader::setApcuPrefix()

Method: APCu prefix to use to cache found/not-found classes, if the extension is enabled.

Source: vendor/composer/ClassLoader.php:289

Used by 0 functions | Uses 0 functions

ClassLoader::getApcuPrefix()

Method: The APCu prefix in use, or null if APCu caching is not enabled.

Source: vendor/composer/ClassLoader.php:299

Used by 0 functions | Uses 0 functions

ClassLoader::register()

Method: Registers this instance as an autoloader.

Source: vendor/composer/ClassLoader.php:309

Used by 0 functions | Uses 0 functions

ClassLoader::unregister()

Method: Unregisters this instance as an autoloader.

Source: vendor/composer/ClassLoader.php:328

Used by 0 functions | Uses 0 functions

ClassLoader::loadClass()

Method: Loads the given class or interface.

Source: vendor/composer/ClassLoader.php:343

Used by 0 functions | Uses 0 functions

ClassLoader::findFile()

Method: Finds the path to the file where the class is defined.

Source: vendor/composer/ClassLoader.php:359

Used by 0 functions | Uses 0 functions

ClassLoader::findFileWithExtension()

Method:

Source: vendor/composer/ClassLoader.php:404

Used by 0 functions | Uses 0 functions

ClassLoader::setUseIncludePath()

Method: Turns on searching the include path for class files.

Source: vendor/composer/ClassLoader.php:247

Used by 0 functions | Uses 0 functions
1 2 3 Next »

Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service