@@ -124,7 +124,7 @@ |
||
124 | 124 | 'ownerTypeID' => null, |
125 | 125 | 'response' => null |
126 | 126 | ]; |
127 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//upcomingEvents/row'); |
|
127 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//upcomingEvents/row'); |
|
128 | 128 | return $this; |
129 | 129 | } |
130 | 130 | } |
@@ -118,7 +118,7 @@ |
||
118 | 118 | 'balance' => '0.0', |
119 | 119 | 'ownerID' => $ownerID |
120 | 120 | ]; |
121 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//accounts/row'); |
|
121 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//accounts/row'); |
|
122 | 122 | return $this; |
123 | 123 | } |
124 | 124 | } |
@@ -124,7 +124,7 @@ |
||
124 | 124 | 'typeID' => null, |
125 | 125 | 'typeName' => '' |
126 | 126 | ]; |
127 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//blueprints/row'); |
|
127 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//blueprints/row'); |
|
128 | 128 | return $this; |
129 | 129 | } |
130 | 130 | } |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | 'name' => '', |
121 | 121 | 'ownerID' => $ownerID |
122 | 122 | ]; |
123 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//allianceContactLabels/row'); |
|
123 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//allianceContactLabels/row'); |
|
124 | 124 | return $this; |
125 | 125 | } |
126 | 126 | /** |
@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | 'ownerID' => $ownerID, |
148 | 148 | 'standing' => null |
149 | 149 | ]; |
150 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//allianceContactList/row'); |
|
150 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//allianceContactList/row'); |
|
151 | 151 | return $this; |
152 | 152 | } |
153 | 153 | /** |
@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | 'ownerID' => $ownerID, |
175 | 175 | 'standing' => null |
176 | 176 | ]; |
177 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporateContactList/row'); |
|
177 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporateContactList/row'); |
|
178 | 178 | return $this; |
179 | 179 | } |
180 | 180 | /** |
@@ -198,7 +198,7 @@ discard block |
||
198 | 198 | 'name' => '', |
199 | 199 | 'ownerID' => $ownerID |
200 | 200 | ]; |
201 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporateContactLabels/row'); |
|
201 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporateContactLabels/row'); |
|
202 | 202 | return $this; |
203 | 203 | } |
204 | 204 | } |
@@ -128,7 +128,7 @@ |
||
128 | 128 | 'quantity' => null, |
129 | 129 | 'typeID' => null |
130 | 130 | ]; |
131 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//containerLog/row'); |
|
131 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//containerLog/row'); |
|
132 | 132 | return $this; |
133 | 133 | } |
134 | 134 | } |
@@ -137,7 +137,7 @@ |
||
137 | 137 | 'type' => null, |
138 | 138 | 'volume' => null |
139 | 139 | ]; |
140 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//contractList/row'); |
|
140 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//contractList/row'); |
|
141 | 141 | return $this; |
142 | 142 | } |
143 | 143 | } |
@@ -129,7 +129,7 @@ |
||
129 | 129 | 'taxRateStandingHorrible' => '0.0', |
130 | 130 | 'taxRateStandingNeutral' => '0.0' |
131 | 131 | ]; |
132 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//pocos/row'); |
|
132 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//pocos/row'); |
|
133 | 133 | return $this; |
134 | 134 | } |
135 | 135 | } |
@@ -124,7 +124,7 @@ |
||
124 | 124 | 'typeID' => null, |
125 | 125 | 'typeName' => '' |
126 | 126 | ]; |
127 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//facilities/row'); |
|
127 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//facilities/row'); |
|
128 | 128 | return $this; |
129 | 129 | } |
130 | 130 | } |
@@ -143,7 +143,7 @@ |
||
143 | 143 | 'teamID' => null, |
144 | 144 | 'timeInSeconds' => '1970-01-01 00:00:01' |
145 | 145 | ]; |
146 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//jobs/row'); |
|
146 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//jobs/row'); |
|
147 | 147 | return $this; |
148 | 148 | } |
149 | 149 | } |