1 | <?php |
||
12 | class File400 extends Returning |
||
13 | { |
||
14 | use MultiPartMotiveTrait; |
||
15 | |||
16 | /** |
||
17 | * File schema file. |
||
18 | * |
||
19 | * @var string |
||
20 | */ |
||
21 | protected $schemaFile = '/schemas/400.json'; |
||
22 | |||
23 | /** |
||
24 | * Find for irregular motives on received motive info. |
||
25 | * |
||
26 | * @param mixed $motive |
||
27 | * @return array |
||
28 | */ |
||
29 | protected function findIrregularMotive($motive) |
||
37 | |||
38 | /** |
||
39 | * Parse the motive parts for debits occurrence code. |
||
40 | * |
||
41 | * @param mixed $motive |
||
42 | * @param \StdClass $data |
||
43 | * @return array |
||
44 | */ |
||
45 | protected function parseDebitsMotiveParts($motive, StdClass $data) |
||
57 | |||
58 | /** |
||
59 | * Parse the motive parts from received motive. |
||
60 | * |
||
61 | * @param \StdClass $data |
||
62 | * @return array |
||
63 | */ |
||
64 | protected function parseMotiveParts(StdClass $data) |
||
74 | } |
||
75 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.