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