Container
This class manages the files and dependencies of the autoloader.
Description Description
Source Source
File: packages/woocommerce-blocks/vendor/jetpack-autoloader/class-container.php
Methods Methods
- __construct — The constructor.
- get — Gets a dependency out of the container.
- initialize_globals — Initializes any of the globals needed by the autoloader.
- register_dependencies — Registers all of the dependencies with the container.
- register_shared_dependencies — Registers all of the dependencies that are shared between all instances of the autoloader.