CRM_Core_ClassLoader
class CRM_Core_ClassLoader
Properties
protected bool | $_registered | Has this been registered already. |
Methods
static object
singleton(bool $force = FALSE)
No description
__construct()
Class constructor.
void
requireComposerAutoload()
Requires the autoload.php generated by composer
register(bool $prepend = FALSE)
Registers this instance as an autoloader.
initHtmlPurifier(string $prepend)
Initialize HTML purifier class.
loadClass($class)
No description
Details
at line 58
static object
singleton(bool $force = FALSE)
at line 75
protected
__construct()
Class constructor.
at line 101
protected void
requireComposerAutoload()
Requires the autoload.php generated by composer
at line 126
register(bool $prepend = FALSE)
Registers this instance as an autoloader.
at line 160
initHtmlPurifier(string $prepend)
Initialize HTML purifier class.