コード例 #1
0
ファイル: Discovery.php プロジェクト: rhys-mcguckin/discovery
 /**
  * Get all the variations of keys.
  *
  * @return string[]
  */
 public function getTypes()
 {
     $this->refresh();
     return $this->cache->getTypes();
 }