|
TYPO3 API
SVNRelease
|
Static Public Member Functions | |
| static | loadClass ($className) |
Definition at line 35 of file ClassLoader.php.
| static Tx_Extbase_Utility_ClassLoader::loadClass | ( | $ | className | ) | [static] |
Loads php files containing classes or interfaces found in the classes directory of an extension.
| string | $className,: | Name of the class/interface to load t3lib_extMgm::extPath() |
Definition at line 45 of file ClassLoader.php.
References t3lib_div\camelCaseToLowerCaseUnderscored(), t3lib_extMgm\extPath(), and t3lib_extMgm\isLoaded().
1.7.5.1