コード例 #1
0
ファイル: Autoload.php プロジェクト: pedromenezes/Espertim
 /**
  * Clear autoload string. Use this if you want to reload autoloading
  * @return void
  */
 public function clear()
 {
     self::$str_autoload = '';
 }