示例#1
0
文件: Header.php 项目: JBZoo/CrossCMS
 /**
  * {@inheritdoc}
  */
 public function setTitle($title)
 {
     $this->_doc->setTitle($title);
 }