public function rtf::setAuthor in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/rtf/rtf_export.inc \rtf::setAuthor()
- 6 class_rtf.php \rtf::setAuthor()
- 7.2 modules/rtf/rtf_export.inc \rtf::setAuthor()
File
- modules/
rtf/ rtf_export.inc, line 102
Class
Code
public function setAuthor($author = "") {
$this->info_table["author"] = $author;
}