コード例 #1
0
ファイル: repository.php プロジェクト: Clansuite/Clansuite
 public function __construct()
 {
     if (false === self::$reflection) {
         self::$reflection = new ReflectionCache();
     }
     self::$reflection->refresh();
 }
コード例 #2
0
ファイル: repository.php プロジェクト: deepdstr/PohFramework
 function __construct()
 {
     if (!self::$reflection) {
         self::$reflection = new ReflectionCache();
     }
     self::$reflection->refresh();
 }