Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
// $apiFunction Examples: saveService, saveServiceDesk, saveContact, saveCable, saveGla, saveEquipment, etc.
$this->call(string $apiFunctionToCall, array $params, bool $commitOnSuccess)


Query Function
Code Block
languagephp
array $this->query ( string $sql, array $bind_parameters );

...