Exemplo n.º 1
0
 private function whenIFindOrCreateByPrimaryKey()
 {
     $this->resultRecord = $this->table->findOrCreateRecord($this->storedRecord->getIdentifierFieldIndexed());
 }