Registers this instance as an autoloader.
Boolean $prepend Whether to prepend the autoloader or not:
public function register($prepend = false) { spl_autoload_register(array( $this, 'loadClass', ), true, $prepend); }