@@ -101,10 +101,6 @@ public function create($name, $type = null, array $options = [])
101
101
/**
102
102
* Unsupported method.
103
103
*
104
- * This method should not be invoked.
105
- *
106
- * @param string $name
107
- *
108
104
* @throws BadMethodCallException
109
105
*/
110
106
public function get ($ name )
@@ -115,10 +111,6 @@ public function get($name)
115
111
/**
116
112
* Unsupported method.
117
113
*
118
- * This method should not be invoked.
119
- *
120
- * @param string $name
121
- *
122
114
* @throws BadMethodCallException
123
115
*/
124
116
public function remove ($ name )
@@ -129,8 +121,6 @@ public function remove($name)
129
121
/**
130
122
* Unsupported method.
131
123
*
132
- * @param string $name
133
- *
134
124
* @return bool Always returns false
135
125
*/
136
126
public function has ($ name )
@@ -161,12 +151,6 @@ public function getForm()
161
151
/**
162
152
* Unsupported method.
163
153
*
164
- * This method should not be invoked.
165
- *
166
- * @param string $eventName
167
- * @param callable $listener
168
- * @param int $priority
169
- *
170
154
* @throws BadMethodCallException
171
155
*/
172
156
public function addEventListener ($ eventName , $ listener , $ priority = 0 )
@@ -177,8 +161,6 @@ public function addEventListener($eventName, $listener, $priority = 0)
177
161
/**
178
162
* Unsupported method.
179
163
*
180
- * This method should not be invoked.
181
- *
182
164
* @throws BadMethodCallException
183
165
*/
184
166
public function addEventSubscriber (EventSubscriberInterface $ subscriber )
@@ -189,10 +171,6 @@ public function addEventSubscriber(EventSubscriberInterface $subscriber)
189
171
/**
190
172
* Unsupported method.
191
173
*
192
- * This method should not be invoked.
193
- *
194
- * @param bool $forcePrepend
195
- *
196
174
* @throws BadMethodCallException
197
175
*/
198
176
public function addViewTransformer (DataTransformerInterface $ viewTransformer , $ forcePrepend = false )
@@ -203,8 +181,6 @@ public function addViewTransformer(DataTransformerInterface $viewTransformer, $f
203
181
/**
204
182
* Unsupported method.
205
183
*
206
- * This method should not be invoked.
207
- *
208
184
* @throws BadMethodCallException
209
185
*/
210
186
public function resetViewTransformers ()
@@ -215,10 +191,6 @@ public function resetViewTransformers()
215
191
/**
216
192
* Unsupported method.
217
193
*
218
- * This method should not be invoked.
219
- *
220
- * @param bool $forceAppend
221
- *
222
194
* @throws BadMethodCallException
223
195
*/
224
196
public function addModelTransformer (DataTransformerInterface $ modelTransformer , $ forceAppend = false )
@@ -229,8 +201,6 @@ public function addModelTransformer(DataTransformerInterface $modelTransformer,
229
201
/**
230
202
* Unsupported method.
231
203
*
232
- * This method should not be invoked.
233
- *
234
204
* @throws BadMethodCallException
235
205
*/
236
206
public function resetModelTransformers ()
@@ -261,8 +231,6 @@ public function setAttributes(array $attributes)
261
231
/**
262
232
* Unsupported method.
263
233
*
264
- * This method should not be invoked.
265
- *
266
234
* @throws BadMethodCallException
267
235
*/
268
236
public function setDataMapper (DataMapperInterface $ dataMapper = null )
@@ -287,10 +255,6 @@ public function setDisabled($disabled)
287
255
/**
288
256
* Unsupported method.
289
257
*
290
- * This method should not be invoked.
291
- *
292
- * @param mixed $emptyData
293
- *
294
258
* @throws BadMethodCallException
295
259
*/
296
260
public function setEmptyData ($ emptyData )
@@ -301,10 +265,6 @@ public function setEmptyData($emptyData)
301
265
/**
302
266
* Unsupported method.
303
267
*
304
- * This method should not be invoked.
305
- *
306
- * @param bool $errorBubbling
307
- *
308
268
* @throws BadMethodCallException
309
269
*/
310
270
public function setErrorBubbling ($ errorBubbling )
@@ -315,10 +275,6 @@ public function setErrorBubbling($errorBubbling)
315
275
/**
316
276
* Unsupported method.
317
277
*
318
- * This method should not be invoked.
319
- *
320
- * @param bool $required
321
- *
322
278
* @throws BadMethodCallException
323
279
*/
324
280
public function setRequired ($ required )
@@ -329,10 +285,6 @@ public function setRequired($required)
329
285
/**
330
286
* Unsupported method.
331
287
*
332
- * This method should not be invoked.
333
- *
334
- * @param null $propertyPath
335
- *
336
288
* @throws BadMethodCallException
337
289
*/
338
290
public function setPropertyPath ($ propertyPath )
@@ -343,10 +295,6 @@ public function setPropertyPath($propertyPath)
343
295
/**
344
296
* Unsupported method.
345
297
*
346
- * This method should not be invoked.
347
- *
348
- * @param bool $mapped
349
- *
350
298
* @throws BadMethodCallException
351
299
*/
352
300
public function setMapped ($ mapped )
@@ -357,10 +305,6 @@ public function setMapped($mapped)
357
305
/**
358
306
* Unsupported method.
359
307
*
360
- * This method should not be invoked.
361
- *
362
- * @param bool $byReference
363
- *
364
308
* @throws BadMethodCallException
365
309
*/
366
310
public function setByReference ($ byReference )
@@ -371,10 +315,6 @@ public function setByReference($byReference)
371
315
/**
372
316
* Unsupported method.
373
317
*
374
- * This method should not be invoked.
375
- *
376
- * @param bool $compound
377
- *
378
318
* @throws BadMethodCallException
379
319
*/
380
320
public function setCompound ($ compound )
@@ -397,10 +337,6 @@ public function setType(ResolvedFormTypeInterface $type)
397
337
/**
398
338
* Unsupported method.
399
339
*
400
- * This method should not be invoked.
401
- *
402
- * @param mixed $data
403
- *
404
340
* @throws BadMethodCallException
405
341
*/
406
342
public function setData ($ data )
@@ -411,10 +347,6 @@ public function setData($data)
411
347
/**
412
348
* Unsupported method.
413
349
*
414
- * This method should not be invoked.
415
- *
416
- * @param bool $locked
417
- *
418
350
* @throws BadMethodCallException
419
351
*/
420
352
public function setDataLocked ($ locked )
@@ -425,8 +357,6 @@ public function setDataLocked($locked)
425
357
/**
426
358
* Unsupported method.
427
359
*
428
- * This method should not be invoked.
429
- *
430
360
* @throws BadMethodCallException
431
361
*/
432
362
public function setFormFactory (FormFactoryInterface $ formFactory )
@@ -437,8 +367,6 @@ public function setFormFactory(FormFactoryInterface $formFactory)
437
367
/**
438
368
* Unsupported method.
439
369
*
440
- * @param string $action
441
- *
442
370
* @throws BadMethodCallException
443
371
*/
444
372
public function setAction ($ action )
@@ -449,8 +377,6 @@ public function setAction($action)
449
377
/**
450
378
* Unsupported method.
451
379
*
452
- * @param string $method
453
- *
454
380
* @throws BadMethodCallException
455
381
*/
456
382
public function setMethod ($ method )
@@ -471,8 +397,6 @@ public function setRequestHandler(RequestHandlerInterface $requestHandler)
471
397
/**
472
398
* Unsupported method.
473
399
*
474
- * @param bool $initialize
475
- *
476
400
* @return $this
477
401
*
478
402
* @throws BadMethodCallException
@@ -489,8 +413,6 @@ public function setAutoInitialize($initialize)
489
413
/**
490
414
* Unsupported method.
491
415
*
492
- * @param bool $inheritData
493
- *
494
416
* @throws BadMethodCallException
495
417
*/
496
418
public function setInheritData ($ inheritData )
0 commit comments