예제 #1
0
파일: ghoul.php 프로젝트: ghoulphp/ghoul
 public static function halt($removeRef = false)
 {
     StaticInstance::releaseInstance(StaticInstance::getCurrentInstance(), $removeRef);
 }