Autoloader::init( Container|null $container = null )

Checks to see whether or not the autoloader should be initialized and then initializes it if so.


Description Description


Parameters Parameters

$container

(Optional) The container we want to use for autoloader initialization. If none is given then a container will be created automatically.

Default value: null


Top ↑

Source Source

File: vendor/automattic/jetpack-autoloader/src/class-autoloader.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.