You appear to be a bot. Output may be restricted
Description
Constructor for the OIK_autoload class
Usage
OIK_Autoload::__construct();
Parameters
Returns
voidSource
File name: oik/libs/class-oik-autoload.phpLines:
1 to 4 of 4
function __construct() { $this->autoload_shared_library = false; spl_autoload_register( array( $this, 'autoload' ) ); }View on GitHub View on Trac