1 | <?php namespace Limoncello\Validation\Captures; |
||
22 | class MultipleCaptures extends BaseCapture |
||
23 | { |
||
24 | /** |
||
25 | * @var array |
||
26 | */ |
||
27 | private $captures = []; |
||
28 | |||
29 | /** |
||
30 | * @inheritdoc |
||
31 | */ |
||
32 | 2 | protected function capture($data) |
|
36 | |||
37 | /** |
||
38 | * @inheritdoc |
||
39 | */ |
||
40 | 2 | protected function getCapturedData() |
|
44 | } |
||
45 |