Loader constructor

const Loader()

Base abstract class for all loaders.

Subclass this and override getSource, listTemplates and load to implement a custom loading mechanism.

Implementation

const Loader();