Ejemplo n.º 1
0
 /**
  * Set new title in file header
  */
 protected function _setNewTitle($title)
 {
     $this->_objXmlWriter->setNewTitle($this->getFilePath('full'), $this->getFilePath(), $title);
 }