| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class PaymentsIn_FinvoiceProformaPaymentStatus_Model extends PaymentsIn_PaymentStatus_Model |
||
| 16 | { |
||
| 17 | /** {@inheritdoc} */ |
||
| 18 | protected static $moduleName = 'FInvoiceProforma'; |
||
| 19 | |||
| 20 | /** {@inheritdoc} */ |
||
| 21 | protected static $fieldPaymentStatusName = 'payment_status'; |
||
| 22 | |||
| 23 | /** {@inheritdoc} */ |
||
| 24 | protected static $fieldPaymentSumName = 'payment_sum'; |
||
| 25 | |||
| 26 | /** {@inheritdoc} */ |
||
| 27 | protected static $relatedRecordIdName = 'finvoiceproformaid'; |
||
| 28 | |||
| 29 | /** {@inheritdoc} */ |
||
| 30 | protected static function canUpdatePaymentStatus(Vtiger_Record_Model $recordModel): bool |
||
| 41 |