Open Journal Systems  3.3.0
Composer\Autoload\ClassLoader Class Reference

Public Member Functions

 add ($prefix, $paths, $prepend=false)
 
 add ($prefix, $paths, $prepend=false)
 
 add ($prefix, $paths, $prepend=false)
 
 add ($prefix, $paths, $prepend=false)
 
 addClassMap (array $classMap)
 
 addClassMap (array $classMap)
 
 addClassMap (array $classMap)
 
 addClassMap (array $classMap)
 
 addPsr4 ($prefix, $paths, $prepend=false)
 
 addPsr4 ($prefix, $paths, $prepend=false)
 
 addPsr4 ($prefix, $paths, $prepend=false)
 
 addPsr4 ($prefix, $paths, $prepend=false)
 
 findFile ($class)
 
 findFile ($class)
 
 findFile ($class)
 
 findFile ($class)
 
 getApcuPrefix ()
 
 getApcuPrefix ()
 
 getApcuPrefix ()
 
 getApcuPrefix ()
 
 getClassMap ()
 
 getClassMap ()
 
 getClassMap ()
 
 getClassMap ()
 
 getFallbackDirs ()
 
 getFallbackDirs ()
 
 getFallbackDirs ()
 
 getFallbackDirs ()
 
 getFallbackDirsPsr4 ()
 
 getFallbackDirsPsr4 ()
 
 getFallbackDirsPsr4 ()
 
 getFallbackDirsPsr4 ()
 
 getPrefixes ()
 
 getPrefixes ()
 
 getPrefixes ()
 
 getPrefixes ()
 
 getPrefixesPsr4 ()
 
 getPrefixesPsr4 ()
 
 getPrefixesPsr4 ()
 
 getPrefixesPsr4 ()
 
 getUseIncludePath ()
 
 getUseIncludePath ()
 
 getUseIncludePath ()
 
 getUseIncludePath ()
 
 isClassMapAuthoritative ()
 
 isClassMapAuthoritative ()
 
 isClassMapAuthoritative ()
 
 isClassMapAuthoritative ()
 
 loadClass ($class)
 
 loadClass ($class)
 
 loadClass ($class)
 
 loadClass ($class)
 
 register ($prepend=false)
 
 register ($prepend=false)
 
 register ($prepend=false)
 
 register ($prepend=false)
 
 set ($prefix, $paths)
 
 set ($prefix, $paths)
 
 set ($prefix, $paths)
 
 set ($prefix, $paths)
 
 setApcuPrefix ($apcuPrefix)
 
 setApcuPrefix ($apcuPrefix)
 
 setApcuPrefix ($apcuPrefix)
 
 setApcuPrefix ($apcuPrefix)
 
 setClassMapAuthoritative ($classMapAuthoritative)
 
 setClassMapAuthoritative ($classMapAuthoritative)
 
 setClassMapAuthoritative ($classMapAuthoritative)
 
 setClassMapAuthoritative ($classMapAuthoritative)
 
 setPsr4 ($prefix, $paths)
 
 setPsr4 ($prefix, $paths)
 
 setPsr4 ($prefix, $paths)
 
 setPsr4 ($prefix, $paths)
 
 setUseIncludePath ($useIncludePath)
 
 setUseIncludePath ($useIncludePath)
 
 setUseIncludePath ($useIncludePath)
 
 setUseIncludePath ($useIncludePath)
 
 unregister ()
 
 unregister ()
 
 unregister ()
 
 unregister ()
 

Detailed Description

ClassLoader implements a PSR-0, PSR-4 and classmap class loader.

$loader = new \Composer\Autoload\ClassLoader();

// register classes with namespaces
$loader->add('Symfony\Component', __DIR__.'/component');
$loader->add('Symfony',           __DIR__.'/framework');

// activate the autoloader
$loader->register();

// to enable searching the include path (eg. for PEAR packages)
$loader->setUseIncludePath(true);

In this example, if you try to use a class in the Symfony\Component namespace or one of its children (Symfony\Component\Console for instance), the autoloader will first look for the class under the component/ directory, and it will then fallback to the framework/ directory if not found before giving up.

This class is loosely based on the Symfony UniversalClassLoader.

Author
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com
Jordi Boggiano j.bog.nosp@m.gian.nosp@m.o@sel.nosp@m.d.be
See also
http://www.php-fig.org/psr/psr-0/
http://www.php-fig.org/psr/psr-4/

Definition at line 43 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

Member Function Documentation

◆ add() [1/4]

Composer\Autoload\ClassLoader::add (   $prefix,
  $paths,
  $prepend = false 
)

Registers a set of PSR-0 directories for a given prefix, either appending or prepending to the ones previously set for this prefix.

Parameters
string$prefixThe prefix
array | string$pathsThe PSR-0 root directories
bool$prependWhether to prepend the directories

Definition at line 109 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ add() [2/4]

Composer\Autoload\ClassLoader::add (   $prefix,
  $paths,
  $prepend = false 
)

Registers a set of PSR-0 directories for a given prefix, either appending or prepending to the ones previously set for this prefix.

Parameters
string$prefixThe prefix
array | string$pathsThe PSR-0 root directories
bool$prependWhether to prepend the directories

Definition at line 109 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ add() [3/4]

Composer\Autoload\ClassLoader::add (   $prefix,
  $paths,
  $prepend = false 
)

Registers a set of PSR-0 directories for a given prefix, either appending or prepending to the ones previously set for this prefix.

Parameters
string$prefixThe prefix
array | string$pathsThe PSR-0 root directories
bool$prependWhether to prepend the directories

Definition at line 109 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ add() [4/4]

Composer\Autoload\ClassLoader::add (   $prefix,
  $paths,
  $prepend = false 
)

Registers a set of PSR-0 directories for a given prefix, either appending or prepending to the ones previously set for this prefix.

Parameters
string$prefixThe prefix
array | string$pathsThe PSR-0 root directories
bool$prependWhether to prepend the directories

Definition at line 109 of file generic/pln/vendor/composer/ClassLoader.php.

◆ addClassMap() [1/4]

Composer\Autoload\ClassLoader::addClassMap ( array  $classMap)
Parameters
array$classMapClass to filename map

Definition at line 92 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ addClassMap() [2/4]

Composer\Autoload\ClassLoader::addClassMap ( array  $classMap)
Parameters
array$classMapClass to filename map

Definition at line 92 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ addClassMap() [3/4]

Composer\Autoload\ClassLoader::addClassMap ( array  $classMap)
Parameters
array$classMapClass to filename map

Definition at line 92 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ addClassMap() [4/4]

Composer\Autoload\ClassLoader::addClassMap ( array  $classMap)
Parameters
array$classMapClass to filename map

Definition at line 92 of file generic/pln/vendor/composer/ClassLoader.php.

◆ addPsr4() [1/4]

Composer\Autoload\ClassLoader::addPsr4 (   $prefix,
  $paths,
  $prepend = false 
)

Registers a set of PSR-4 directories for a given namespace, either appending or prepending to the ones previously set for this namespace.

Parameters
string$prefixThe prefix/namespace, with trailing '\'
array | string$pathsThe PSR-4 base directories
bool$prependWhether to prepend the directories
Exceptions

Definition at line 156 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ addPsr4() [2/4]

Composer\Autoload\ClassLoader::addPsr4 (   $prefix,
  $paths,
  $prepend = false 
)

Registers a set of PSR-4 directories for a given namespace, either appending or prepending to the ones previously set for this namespace.

Parameters
string$prefixThe prefix/namespace, with trailing '\'
array | string$pathsThe PSR-4 base directories
bool$prependWhether to prepend the directories
Exceptions

Definition at line 156 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ addPsr4() [3/4]

Composer\Autoload\ClassLoader::addPsr4 (   $prefix,
  $paths,
  $prepend = false 
)

Registers a set of PSR-4 directories for a given namespace, either appending or prepending to the ones previously set for this namespace.

Parameters
string$prefixThe prefix/namespace, with trailing '\'
array | string$pathsThe PSR-4 base directories
bool$prependWhether to prepend the directories
Exceptions

Definition at line 156 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ addPsr4() [4/4]

Composer\Autoload\ClassLoader::addPsr4 (   $prefix,
  $paths,
  $prepend = false 
)

Registers a set of PSR-4 directories for a given namespace, either appending or prepending to the ones previously set for this namespace.

Parameters
string$prefixThe prefix/namespace, with trailing '\'
array | string$pathsThe PSR-4 base directories
bool$prependWhether to prepend the directories
Exceptions

Definition at line 156 of file generic/pln/vendor/composer/ClassLoader.php.

◆ findFile() [1/4]

Composer\Autoload\ClassLoader::findFile (   $class)

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

Parameters
string$classThe name of the class
Returns
string|false The path if found, false otherwise

Definition at line 335 of file generic/pln/vendor/composer/ClassLoader.php.

◆ findFile() [2/4]

Composer\Autoload\ClassLoader::findFile (   $class)

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

Parameters
string$classThe name of the class
Returns
string|false The path if found, false otherwise

Definition at line 335 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ findFile() [3/4]

Composer\Autoload\ClassLoader::findFile (   $class)

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

Parameters
string$classThe name of the class
Returns
string|false The path if found, false otherwise

Definition at line 335 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

Referenced by Composer\Autoload\ClassLoader\loadClass().

◆ findFile() [4/4]

Composer\Autoload\ClassLoader::findFile (   $class)

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

Parameters
string$classThe name of the class
Returns
string|false The path if found, false otherwise

Definition at line 335 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ getApcuPrefix() [1/4]

Composer\Autoload\ClassLoader::getApcuPrefix ( )

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

Returns
string|null

Definition at line 290 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ getApcuPrefix() [2/4]

Composer\Autoload\ClassLoader::getApcuPrefix ( )

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

Returns
string|null

Definition at line 290 of file generic/pln/vendor/composer/ClassLoader.php.

◆ getApcuPrefix() [3/4]

Composer\Autoload\ClassLoader::getApcuPrefix ( )

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

Returns
string|null

Definition at line 290 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ getApcuPrefix() [4/4]

Composer\Autoload\ClassLoader::getApcuPrefix ( )

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

Returns
string|null

Definition at line 290 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ getClassMap() [1/4]

Composer\Autoload\ClassLoader::getClassMap ( )

◆ getClassMap() [2/4]

Composer\Autoload\ClassLoader::getClassMap ( )

◆ getClassMap() [3/4]

Composer\Autoload\ClassLoader::getClassMap ( )

Definition at line 84 of file generic/pln/vendor/composer/ClassLoader.php.

◆ getClassMap() [4/4]

Composer\Autoload\ClassLoader::getClassMap ( )

◆ getFallbackDirs() [1/4]

Composer\Autoload\ClassLoader::getFallbackDirs ( )

◆ getFallbackDirs() [2/4]

Composer\Autoload\ClassLoader::getFallbackDirs ( )

◆ getFallbackDirs() [3/4]

Composer\Autoload\ClassLoader::getFallbackDirs ( )

Definition at line 74 of file generic/pln/vendor/composer/ClassLoader.php.

◆ getFallbackDirs() [4/4]

Composer\Autoload\ClassLoader::getFallbackDirs ( )

◆ getFallbackDirsPsr4() [1/4]

Composer\Autoload\ClassLoader::getFallbackDirsPsr4 ( )

◆ getFallbackDirsPsr4() [2/4]

Composer\Autoload\ClassLoader::getFallbackDirsPsr4 ( )

◆ getFallbackDirsPsr4() [3/4]

Composer\Autoload\ClassLoader::getFallbackDirsPsr4 ( )

◆ getFallbackDirsPsr4() [4/4]

Composer\Autoload\ClassLoader::getFallbackDirsPsr4 ( )

Definition at line 79 of file generic/pln/vendor/composer/ClassLoader.php.

◆ getPrefixes() [1/4]

Composer\Autoload\ClassLoader::getPrefixes ( )

◆ getPrefixes() [2/4]

Composer\Autoload\ClassLoader::getPrefixes ( )

Definition at line 60 of file generic/pln/vendor/composer/ClassLoader.php.

◆ getPrefixes() [3/4]

Composer\Autoload\ClassLoader::getPrefixes ( )

◆ getPrefixes() [4/4]

Composer\Autoload\ClassLoader::getPrefixes ( )

◆ getPrefixesPsr4() [1/4]

Composer\Autoload\ClassLoader::getPrefixesPsr4 ( )

◆ getPrefixesPsr4() [2/4]

Composer\Autoload\ClassLoader::getPrefixesPsr4 ( )

◆ getPrefixesPsr4() [3/4]

Composer\Autoload\ClassLoader::getPrefixesPsr4 ( )

Definition at line 69 of file generic/pln/vendor/composer/ClassLoader.php.

◆ getPrefixesPsr4() [4/4]

Composer\Autoload\ClassLoader::getPrefixesPsr4 ( )

◆ getUseIncludePath() [1/4]

Composer\Autoload\ClassLoader::getUseIncludePath ( )

Can be used to check if the autoloader uses the include path to check for classes.

Returns
bool

Definition at line 249 of file generic/pln/vendor/composer/ClassLoader.php.

◆ getUseIncludePath() [2/4]

Composer\Autoload\ClassLoader::getUseIncludePath ( )

Can be used to check if the autoloader uses the include path to check for classes.

Returns
bool

Definition at line 249 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ getUseIncludePath() [3/4]

Composer\Autoload\ClassLoader::getUseIncludePath ( )

Can be used to check if the autoloader uses the include path to check for classes.

Returns
bool

Definition at line 249 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ getUseIncludePath() [4/4]

Composer\Autoload\ClassLoader::getUseIncludePath ( )

Can be used to check if the autoloader uses the include path to check for classes.

Returns
bool

Definition at line 249 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ isClassMapAuthoritative() [1/4]

Composer\Autoload\ClassLoader::isClassMapAuthoritative ( )

Should class lookup fail if not found in the current class map?

Returns
bool

Definition at line 270 of file generic/pln/vendor/composer/ClassLoader.php.

◆ isClassMapAuthoritative() [2/4]

Composer\Autoload\ClassLoader::isClassMapAuthoritative ( )

Should class lookup fail if not found in the current class map?

Returns
bool

Definition at line 270 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ isClassMapAuthoritative() [3/4]

Composer\Autoload\ClassLoader::isClassMapAuthoritative ( )

Should class lookup fail if not found in the current class map?

Returns
bool

Definition at line 270 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ isClassMapAuthoritative() [4/4]

Composer\Autoload\ClassLoader::isClassMapAuthoritative ( )

Should class lookup fail if not found in the current class map?

Returns
bool

Definition at line 270 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ loadClass() [1/4]

Composer\Autoload\ClassLoader::loadClass (   $class)

Loads the given class or interface.

Parameters
string$classThe name of the class
Returns
bool|null True if loaded, null otherwise

Definition at line 319 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

References Composer\Autoload\ClassLoader\findFile(), and Composer\Autoload\includeFile().

◆ loadClass() [2/4]

Composer\Autoload\ClassLoader::loadClass (   $class)

Loads the given class or interface.

Parameters
string$classThe name of the class
Returns
bool|null True if loaded, null otherwise

Definition at line 319 of file generic/pln/vendor/composer/ClassLoader.php.

References Composer\Autoload\ClassLoader\findFile(), and Composer\Autoload\includeFile().

◆ loadClass() [3/4]

Composer\Autoload\ClassLoader::loadClass (   $class)

Loads the given class or interface.

Parameters
string$classThe name of the class
Returns
bool|null True if loaded, null otherwise

Definition at line 319 of file paymethod/paypal/vendor/composer/ClassLoader.php.

References Composer\Autoload\ClassLoader\findFile(), and Composer\Autoload\includeFile().

◆ loadClass() [4/4]

Composer\Autoload\ClassLoader::loadClass (   $class)

Loads the given class or interface.

Parameters
string$classThe name of the class
Returns
bool|null True if loaded, null otherwise

Definition at line 319 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

References Composer\Autoload\ClassLoader\findFile(), and Composer\Autoload\includeFile().

◆ register() [1/4]

Composer\Autoload\ClassLoader::register (   $prepend = false)

Registers this instance as an autoloader.

Parameters
bool$prependWhether to prepend the autoloader or not

Definition at line 300 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ register() [2/4]

Composer\Autoload\ClassLoader::register (   $prepend = false)

Registers this instance as an autoloader.

Parameters
bool$prependWhether to prepend the autoloader or not

Definition at line 300 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ register() [3/4]

Composer\Autoload\ClassLoader::register (   $prepend = false)

Registers this instance as an autoloader.

Parameters
bool$prependWhether to prepend the autoloader or not

Definition at line 300 of file generic/pln/vendor/composer/ClassLoader.php.

◆ register() [4/4]

Composer\Autoload\ClassLoader::register (   $prepend = false)

Registers this instance as an autoloader.

Parameters
bool$prependWhether to prepend the autoloader or not

Definition at line 300 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ set() [1/4]

Composer\Autoload\ClassLoader::set (   $prefix,
  $paths 
)

Registers a set of PSR-0 directories for a given prefix, replacing any others previously set for this prefix.

Parameters
string$prefixThe prefix
array | string$pathsThe PSR-0 base directories

Definition at line 201 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ set() [2/4]

Composer\Autoload\ClassLoader::set (   $prefix,
  $paths 
)

Registers a set of PSR-0 directories for a given prefix, replacing any others previously set for this prefix.

Parameters
string$prefixThe prefix
array | string$pathsThe PSR-0 base directories

Definition at line 201 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ set() [3/4]

Composer\Autoload\ClassLoader::set (   $prefix,
  $paths 
)

Registers a set of PSR-0 directories for a given prefix, replacing any others previously set for this prefix.

Parameters
string$prefixThe prefix
array | string$pathsThe PSR-0 base directories

Definition at line 201 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ set() [4/4]

Composer\Autoload\ClassLoader::set (   $prefix,
  $paths 
)

Registers a set of PSR-0 directories for a given prefix, replacing any others previously set for this prefix.

Parameters
string$prefixThe prefix
array | string$pathsThe PSR-0 base directories

Definition at line 201 of file generic/pln/vendor/composer/ClassLoader.php.

◆ setApcuPrefix() [1/4]

Composer\Autoload\ClassLoader::setApcuPrefix (   $apcuPrefix)

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

Parameters
string | null$apcuPrefix

Definition at line 280 of file generic/pln/vendor/composer/ClassLoader.php.

◆ setApcuPrefix() [2/4]

Composer\Autoload\ClassLoader::setApcuPrefix (   $apcuPrefix)

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

Parameters
string | null$apcuPrefix

Definition at line 280 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ setApcuPrefix() [3/4]

Composer\Autoload\ClassLoader::setApcuPrefix (   $apcuPrefix)

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

Parameters
string | null$apcuPrefix

Definition at line 280 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ setApcuPrefix() [4/4]

Composer\Autoload\ClassLoader::setApcuPrefix (   $apcuPrefix)

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

Parameters
string | null$apcuPrefix

Definition at line 280 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ setClassMapAuthoritative() [1/4]

Composer\Autoload\ClassLoader::setClassMapAuthoritative (   $classMapAuthoritative)

Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.

Parameters
bool$classMapAuthoritative

Definition at line 260 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ setClassMapAuthoritative() [2/4]

Composer\Autoload\ClassLoader::setClassMapAuthoritative (   $classMapAuthoritative)

Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.

Parameters
bool$classMapAuthoritative

Definition at line 260 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ setClassMapAuthoritative() [3/4]

Composer\Autoload\ClassLoader::setClassMapAuthoritative (   $classMapAuthoritative)

Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.

Parameters
bool$classMapAuthoritative

Definition at line 260 of file generic/pln/vendor/composer/ClassLoader.php.

◆ setClassMapAuthoritative() [4/4]

Composer\Autoload\ClassLoader::setClassMapAuthoritative (   $classMapAuthoritative)

Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.

Parameters
bool$classMapAuthoritative

Definition at line 260 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ setPsr4() [1/4]

Composer\Autoload\ClassLoader::setPsr4 (   $prefix,
  $paths 
)

Registers a set of PSR-4 directories for a given namespace, replacing any others previously set for this namespace.

Parameters
string$prefixThe prefix/namespace, with trailing '\'
array | string$pathsThe PSR-4 base directories
Exceptions

Definition at line 219 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ setPsr4() [2/4]

Composer\Autoload\ClassLoader::setPsr4 (   $prefix,
  $paths 
)

Registers a set of PSR-4 directories for a given namespace, replacing any others previously set for this namespace.

Parameters
string$prefixThe prefix/namespace, with trailing '\'
array | string$pathsThe PSR-4 base directories
Exceptions

Definition at line 219 of file generic/pln/vendor/composer/ClassLoader.php.

◆ setPsr4() [3/4]

Composer\Autoload\ClassLoader::setPsr4 (   $prefix,
  $paths 
)

Registers a set of PSR-4 directories for a given namespace, replacing any others previously set for this namespace.

Parameters
string$prefixThe prefix/namespace, with trailing '\'
array | string$pathsThe PSR-4 base directories
Exceptions

Definition at line 219 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ setPsr4() [4/4]

Composer\Autoload\ClassLoader::setPsr4 (   $prefix,
  $paths 
)

Registers a set of PSR-4 directories for a given namespace, replacing any others previously set for this namespace.

Parameters
string$prefixThe prefix/namespace, with trailing '\'
array | string$pathsThe PSR-4 base directories
Exceptions

Definition at line 219 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ setUseIncludePath() [1/4]

Composer\Autoload\ClassLoader::setUseIncludePath (   $useIncludePath)

Turns on searching the include path for class files.

Parameters
bool$useIncludePath

Definition at line 238 of file generic/pln/vendor/composer/ClassLoader.php.

◆ setUseIncludePath() [2/4]

Composer\Autoload\ClassLoader::setUseIncludePath (   $useIncludePath)

Turns on searching the include path for class files.

Parameters
bool$useIncludePath

Definition at line 238 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ setUseIncludePath() [3/4]

Composer\Autoload\ClassLoader::setUseIncludePath (   $useIncludePath)

Turns on searching the include path for class files.

Parameters
bool$useIncludePath

Definition at line 238 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ setUseIncludePath() [4/4]

Composer\Autoload\ClassLoader::setUseIncludePath (   $useIncludePath)

Turns on searching the include path for class files.

Parameters
bool$useIncludePath

Definition at line 238 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ unregister() [1/4]

Composer\Autoload\ClassLoader::unregister ( )

Unregisters this instance as an autoloader.

Definition at line 308 of file generic/citationStyleLanguage/lib/vendor/composer/ClassLoader.php.

◆ unregister() [2/4]

Composer\Autoload\ClassLoader::unregister ( )

Unregisters this instance as an autoloader.

Definition at line 308 of file paymethod/paypal/vendor/composer/ClassLoader.php.

◆ unregister() [3/4]

Composer\Autoload\ClassLoader::unregister ( )

Unregisters this instance as an autoloader.

Definition at line 308 of file paymethod/paypal/lib/vendor/composer/ClassLoader.php.

◆ unregister() [4/4]

Composer\Autoload\ClassLoader::unregister ( )

Unregisters this instance as an autoloader.

Definition at line 308 of file generic/pln/vendor/composer/ClassLoader.php.


The documentation for this class was generated from the following file: