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