Loader
Class Loader
Source
File: includes/core/loader.php
Expand full source code Collapse full source code View on Github
Methods
- __clone — Cloning is forbidden.
- __construct — Loader constructor.
- __wakeup — Unserializing instances of this class is forbidden.
- add_pluggable_modules — Add pluggable modules.
- declare_modules — Declare the modules that will be loaded.
- get_modules — Retrieve a list of pluggable modules.
- instance — Main Loader Instance
- load_modules — Check Features and register them.
- sdk_compatibility — Adds compatiblity with SDK.