예제 #1
0
파일: Request.php 프로젝트: andrixh/rotor
 protected static function createInstance()
 {
     if (static::$current !== null) {
         return;
     }
     static::$current = new RequestItem();
     static::$current->populateFromGlobals();
 }