You are here

public function rtf::setOperator in Bibliography Module 7

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

File

modules/rtf/rtf_export.inc, line 109

Class

rtf

Code

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