2 declare(strict_types = 1);
36 $this->invocations = [];
45 return $this->invocations[$methodName] ??
null;
53 $this->invocations[__FUNCTION__][] =
true;
64 $this->invocations[__FUNCTION__][] = [
65 'fieldArray' => $fieldArray,
80 $this->invocations[__FUNCTION__][] = [
84 'fieldArray' => $fieldArray,
97 $this->invocations[__FUNCTION__][] = [
101 'fieldArray' => $fieldArray,
110 $this->invocations[__FUNCTION__][] =
true;
118 $this->invocations[__FUNCTION__][] =
true;
131 $this->invocations[__FUNCTION__][] = [
132 'command' => $command,
136 'pasteUpdate' => $pasteUpdate,
149 public function processCmdmap(
string $command,
string $table, $id, $value,
bool $commandIsProcessed,
DataHandler $dataHandler, $pasteUpdate)
151 $this->invocations[__FUNCTION__][] = [
152 'command' => $command,
156 'commandIsProcessed' => $commandIsProcessed,
157 'pasteUpdate' => $pasteUpdate,
172 $this->invocations[__FUNCTION__][] = [
173 'command' => $command,
177 'pasteUpdate' => $pasteUpdate,
178 'pasteDatamap' => $pasteDatamap,
187 $this->invocations[__FUNCTION__][] =
true;