| 1 | <?php |
||
| 11 | class File400 extends Remittance |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * File schema file. |
||
| 15 | * |
||
| 16 | * @var string |
||
| 17 | */ |
||
| 18 | protected $schemaFile = '/schemas/400.json'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Mutates a company document type. |
||
| 22 | * |
||
| 23 | * @param mixed $value |
||
| 24 | * @param array $data |
||
| 25 | * @return mixed |
||
| 26 | */ |
||
| 27 | protected function mutateDetailCompanyDocumentType( |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Mutates a discount to date. |
||
| 36 | * |
||
| 37 | * @param mixed $value |
||
| 38 | * @param array $data |
||
| 39 | * @return mixed |
||
| 40 | */ |
||
| 41 | protected function mutateDetailDiscountTo( |
||
| 47 | |||
| 48 | /** |
||
| 49 | * Mutates a document type. |
||
| 50 | * |
||
| 51 | * @param mixed $value |
||
| 52 | * @param array $data |
||
| 53 | * @return mixed |
||
| 54 | */ |
||
| 55 | protected function mutateDetailDocumentType( |
||
| 61 | |||
| 62 | /** |
||
| 63 | * Format instruction1 according occurrence code. |
||
| 64 | * |
||
| 65 | * @param mixed $value |
||
| 66 | * @param array $data |
||
| 67 | * @return mixed |
||
| 68 | */ |
||
| 69 | protected function mutateDetailInstruction1( |
||
| 79 | |||
| 80 | /** |
||
| 81 | * Mutates a late interest date. |
||
| 82 | * |
||
| 83 | * @param mixed $value |
||
| 84 | * @param array $data |
||
| 85 | * @return mixed |
||
| 86 | */ |
||
| 87 | protected function mutateDetailLateInterestDate( |
||
| 97 | |||
| 98 | /** |
||
| 99 | * Mutates a portfolio. |
||
| 100 | * |
||
| 101 | * @param mixed $value |
||
| 102 | * @return mixed |
||
| 103 | */ |
||
| 104 | protected function mutateDetailPortfolio($value) |
||
| 108 | } |
||
| 109 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.