Tribe__Autoloader::register_autoloader()
Triggers the registration of the autoload method in the SPL autoload register.
Source
File: src/Tribe/Autoloader.php
public function register_autoloader() {
spl_autoload_register( array( $this, 'autoload' ) );
}