Lines:
1 to 16 of 16
<?php // (C) Copyright Bobbing Wide 2015, 2016 if ( !defined( "CLASS_OIK_AUTOLOAD_INCLUDED" ) ) { define( "CLASS_OIK_AUTOLOAD_INCLUDED", "0.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::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 */ } /* end if !defined */View on GitHub