ClassLoader::addPsr4( string $prefix, array|string $paths, bool $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.
Description Description
Parameters Parameters
- $prefix
-
(Required) The prefix/namespace, with trailing ''
- $paths
-
(Required) The PSR-4 base directories
- $prepend
-
(Optional) Whether to prepend the directories
Default value: false
Source Source
File: includes/gateways/stripe/vendor/composer/ClassLoader.php