Skip to content

Commit 64badfb

Browse files
committed
Created the write counter increment method
1 parent f122083 commit 64badfb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Entity/StepExecution.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,14 @@ public function setWriteCount($writeCount)
300300
return $this;
301301
}
302302

303+
/**
304+
* Increment the write count by 1
305+
*/
306+
public function incrementWriteCount()
307+
{
308+
$this->writeCount++;
309+
}
310+
303311
/**
304312
* Returns the current number of items filtered out of this execution
305313
*

0 commit comments

Comments
 (0)