ClassLoader::loadClass( string $class )

Loads the given class or interface.


Description Description


Parameters Parameters

$class

(Required) The name of the class


Top ↑

Return Return

(bool|null) True if loaded, null otherwise


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.