Version_Loader
This class loads other classes based on given parameters.
Description Description
Source Source
File: packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-loader.php
Methods Methods
- __construct — The constructor.
- find_class_file — Finds the file path for the given class.
- find_psr4_file — Finds the file for a given class in a PSR-4 namespace.
- load_filemap — Load all of the files in the filemap.
- select_newest_file — Compares different class sources and returns the newest.