You are here

function rtf::setOperator in Bibliography Module 6

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

File

./class_rtf.php, line 82

Class

rtf

Code

function setOperator($operator = "") {
  $this->info_table["operator"] = $operator;
}