ClassLoader Package: Core Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2016 11 15 Since: PHPBoost 3.0 - 2009 10 21 Contributor: mipel mipel@phpboost.com Located at: core/ClassLoader.class.php Methods summary public static # init_autoload( ) initializes the autoload class list initializes the autoload class list public static # autoload( string $classname ) tries to autoload the given $classname else, a fatal error is raised tries to autoload the given $classname else, a fatal error is raised Parameters $classname the name of the class to load public static # is_class_registered_and_valid( $classname ) public static # generate_classlist( ) Generates the autoload cache file by exploring phpboost folders Generates the autoload cache file by exploring phpboost folders public static # clear_cache( )