Ejemplo n.º 1
0
 /**
  * Get the list of subtypes for a type.
  *
  * @return string[]
  */
 public function getSubtypes($type)
 {
     $this->refresh();
     return $this->cache->getSubtypes($type);
 }