示例#1
0
 public function getName()
 {
     return $this->meta->getName();
 }
示例#2
0
文件: Hit.php 项目: rebe100x/YAKREP
 /**
  * @ignore 
  */
 public function addMeta(Meta $meta)
 {
     if (!array_key_exists($meta->getName(), $this->metas)) {
         $this->metas[(string) $meta->getName()] = $meta;
     }
 }