System:Bootstrap:isLibraryLoaded

From Aspen Documentation

Returns whether or not a library is loaded.

Since 1.0

Arguments

boolean isLibraryLoaded (string $library)

library
Class name of the library.

Returns

Returns boolean.

Examples

Example:

$this->APP->isLibraryLoaded('HTMLPurifier');