You are here

public function rtf::setTitle in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/rtf/rtf_export.inc \rtf::setTitle()
  2. 6 class_rtf.php \rtf::setTitle()
  3. 7.2 modules/rtf/rtf_export.inc \rtf::setTitle()

File

modules/rtf/rtf_export.inc, line 95

Class

rtf

Code

public function setTitle($title = "") {
  $this->info_table["title"] = $title;
}