Lines:
1 to 19 of 19
<?php if ( !defined( "CLASS_OIK_AUTOLOAD_INCLUDED" ) ) { define( "CLASS_OIK_AUTOLOAD_INCLUDED", "1.1.0" ); /* class OIK_Autoload */ /* function OIK_Autoload::instance() – Return a single instance of this class */ /* function OIK_Autoload::__construct() – Constructor for the OIK_autoload class */ /* function OIK_Autoload::query_autoload_classes */ /* function OIK_Autoload::autoload() – Autoload a class if we know how to */ /* function OIK_Autoload::file() – Determine the file name from the class and path */ /* function OIK_Autoload::locate_class() – Locate the required class */ /* function OIK_Autoload::set_classes() – Register a set of classes that can be autoloaded */ /* function OIK_Autoload::set_class() – Register a class that can be autoloaded */ /* function OIK_Autoload::nortoload() – Apply "oik_autoload" filter/action */ /* function OIK_Autoload::set_autoload_shared_library */ /* function OIK_Autoload::load_shared_library_class_file */ } /* end if !defined */View on GitHub View on Trac