示例#1
0
文件: Header.php 项目: aufa/Enproject
 /**
  * Check if a header exists
  *
  * {@inheritdoc}
  *
  * @see DataCollection::exists()
  * @param string $key   The key of the header
  * @return boolean
  */
 public function exists($key)
 {
     $key = $this->normalizeKey($key);
     return parent::exists($key);
 }