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