@since: BuddyBoss 1.0.0 |
Description |
|---|---|
| Core::init() |
Sub action once dependencies and requirements are checked |
| Core::path() |
Get absolute path from the integration folder |
| Core::url() |
Get url path from the integration folder |
| Core::template() |
Load template from the integration folder |
| Core::getRequest() |
Get the request from $_POST, $_GET, or $_REQUEST with default fallback |
| Core::isRequestExists() |
Check if the given request isset |
| Core::registerAutoloader() |
Register psr4 autoloader manually |
| Dependencies::dependencyLoaded() |
Set a flag when dependency is init |
| Dependencies::appendDependencyChecker() |
Check if the required dependencies are all init |
| Dependencies::dependencyChecker() |
Run sub action based on depencency init status |