示例#1
0
 /**
  * Clear autoload string. Use this if you want to reload autoloading
  * @return void
  */
 public function clear()
 {
     self::$str_autoload = '';
 }