1 | <?php |
||
10 | class File400 extends Remittance |
||
11 | { |
||
12 | /** |
||
13 | * File schema file. |
||
14 | * |
||
15 | * @var string |
||
16 | */ |
||
17 | protected $schemaFile = '/schemas/400.json'; |
||
18 | |||
19 | /** |
||
20 | * Mutates a company document type. |
||
21 | * |
||
22 | * @param mixed $value |
||
23 | * @param array $data |
||
24 | * @return mixed |
||
25 | */ |
||
26 | protected function mutateDetailCompanyDocumentType( |
||
32 | |||
33 | /** |
||
34 | * Mutates a late interest date. |
||
35 | * |
||
36 | * @param mixed $value |
||
37 | * @param array $data |
||
38 | * @return mixed |
||
39 | */ |
||
40 | protected function mutateDetailLateInterestDate( |
||
46 | |||
47 | /** |
||
48 | * Mutates the late interest flag based on late interest percentage. |
||
49 | * |
||
50 | * @param mixed $value |
||
51 | * @param array $data |
||
52 | * @return mixed |
||
53 | */ |
||
54 | protected function mutateDetailLateInterestFlag( |
||
60 | |||
61 | /** |
||
62 | * Mutates a document type. |
||
63 | * |
||
64 | * @param mixed $value |
||
65 | * @param array $data |
||
66 | * @return mixed |
||
67 | */ |
||
68 | protected function mutateDetailDocumentType( |
||
74 | |||
75 | /** |
||
76 | * Mutates a deadline. |
||
77 | * |
||
78 | * @param mixed $value |
||
79 | * @param array $data |
||
80 | * @return mixed |
||
81 | */ |
||
82 | protected function mutateDetailDeadline( |
||
93 | } |
||
94 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.