コード例 #1
0
ファイル: ClassRepository.php プロジェクト: anter-x/phemto
 function __construct()
 {
     if (!static::$reflection) {
         static::$reflection = new ReflectionCache();
     }
     static::$reflection->refresh();
 }
コード例 #2
0
 public function setUp()
 {
     $this->cache = new ReflectionCache();
     $this->cache->refresh();
 }