You are here

public function rtf::setAuthor in Bibliography Module 7

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

File

modules/rtf/rtf_export.inc, line 102

Class

rtf

Code

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