Пример #1
0
 /**
  * Set the action to be queried on the FACT-Finder server. e.g. "Search.ff".
  *
  * @param string $action
  */
 public function setAction($action)
 {
     $this->connectionData->setAction($action);
 }