You are here

function rtf::setTitle in Bibliography Module 6

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

File

./class_rtf.php, line 74

Class

rtf

Code

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