ClassLoader::set( string $prefix, array|string $paths )

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


Description Description


Parameters Parameters

$prefix

(Required) The prefix

$paths

(Required) The PSR-0 base directories


Top ↑

Source Source

File: includes/gateways/stripe/vendor/composer/ClassLoader.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.