13
13
interface ImportInterface extends Countable
14
14
{
15
15
/**
16
- * Initiate Mapper .
16
+ * Initiate mapper .
17
17
*
18
18
* @param array $options
19
19
*
@@ -31,7 +31,7 @@ public function setOptions(array $options = []): self;
31
31
public function loadData (DateTimeInterface |null $ date = null ): self ;
32
32
33
33
/**
34
- * Add Entity . it has to search for
34
+ * Add entity . it has to search for
35
35
* existing entity, and if found update it.
36
36
*
37
37
* @param StateInterface $entity Refers to the item state from backend.
@@ -42,7 +42,7 @@ public function loadData(DateTimeInterface|null $date = null): self;
42
42
public function add (StateInterface $ entity , array $ opts = []): self ;
43
43
44
44
/**
45
- * Get Entity .
45
+ * Get entity .
46
46
*
47
47
* @param StateInterface $entity
48
48
*
@@ -51,7 +51,7 @@ public function add(StateInterface $entity, array $opts = []): self;
51
51
public function get (StateInterface $ entity ): null |StateInterface ;
52
52
53
53
/**
54
- * Remove Entity .
54
+ * Remove entity .
55
55
*
56
56
* @param StateInterface $entity
57
57
*
@@ -67,7 +67,7 @@ public function remove(StateInterface $entity): bool;
67
67
public function commit (): mixed ;
68
68
69
69
/**
70
- * Has Entity .
70
+ * Has entity .
71
71
*
72
72
* @param StateInterface $entity
73
73
*
@@ -76,7 +76,7 @@ public function commit(): mixed;
76
76
public function has (StateInterface $ entity ): bool ;
77
77
78
78
/**
79
- * Reset Mapper State .
79
+ * Reset mapper state .
80
80
*
81
81
* @return ImportInterface
82
82
*/
@@ -99,7 +99,7 @@ public function getObjects(array $opts = []): array;
99
99
public function getObjectsCount (): int ;
100
100
101
101
/**
102
- * Inject Logger .
102
+ * Inject logger .
103
103
*
104
104
* @param LoggerInterface $logger
105
105
*
@@ -130,14 +130,14 @@ public function inDryRunMode(): bool;
130
130
public function inTraceMode (): bool ;
131
131
132
132
/**
133
- * Get List Of registered pointers.
133
+ * Get list of registered pointers.
134
134
*
135
135
* @return array
136
136
*/
137
137
public function getPointersList (): array ;
138
138
139
139
/**
140
- * Get List of changed items that changed.
140
+ * Get list of changed items that changed.
141
141
*
142
142
* @return array
143
143
*/
0 commit comments