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)

Parameters

bool $force

Return Value

object

at line 75
protected __construct()

Class constructor.

at line 101
protected void requireComposerAutoload()

Requires the autoload.php generated by composer

Return Value

void

at line 126
register(bool $prepend = FALSE)

Registers this instance as an autoloader.

Parameters

bool $prepend Whether to prepend the autoloader or not.

at line 160
initHtmlPurifier(string $prepend)

Initialize HTML purifier class.

Parameters

string $prepend

at line 207
loadClass($class)

Parameters

$class