コード例 #1
0
ファイル: Discovery.php プロジェクト: rhys-mcguckin/discovery
 /**
  * Get the meta from the given key.
  *
  * @param string $type
  *
  * @param string $subtype
  *
  * @return MetaInterface|NULL
  */
 public function getMeta($type, $subtype)
 {
     $this->refresh();
     return $this->cache->getMeta($type, $subtype);
 }