/**
  * Returns an array of processed tables.
  * @return array
  */
 public static function resolveProcessedTables()
 {
     // this is only used by tests
     return ProcessedTableCache::resolveProcessedTableNames(static::CACHE_KEY);
 }
コード例 #2
0
 public static function resolveProcessedTableNames()
 {
     return ProcessedTableCache::resolveProcessedTableNames(static::CACHE_KEY);
 }