Methods
1 to 10 of 10
- Autoloader_Handler::__construct() – The constructor.
- Autoloader_Handler::activate_autoloader() – Activates an autoloader using the given plugins and activates it.
- Autoloader_Handler::build_autoloader() – Builds the Version_Autoloader class that is used for autoloading.
- Autoloader_Handler::find_latest_autoloader() – Finds the latest installed autoloader.
- Autoloader_Handler::get_current_autoloader_version() – Get this autoloader’s package version.
- Autoloader_Handler::is_initializing() – Checks to see whether or not an autoloader is currently in the process of initializing.
- Autoloader_Handler::is_latest_autoloader() – Finds the latest installed autoloader.
- Autoloader_Handler::reset_autoloader() – Resets the active autoloader and all related global state.
- Autoloader_Handler::should_autoloader_reset() – Checks whether the autoloader should be reset. The autoloader should be reset:
- Autoloader_Handler::update_autoloader_chain() – Updates the spl autoloader chain: – Registers this namespace’s autoloader function.