Beispiel #1
0
 /**
  * Get all the variations of keys.
  *
  * @return string[]
  */
 public function getTypes()
 {
     $this->refresh();
     return $this->cache->getTypes();
 }