| Total Complexity | 5 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class Vtiger_GetAdvancedReferences_Relation extends \App\Relation\RelationAbstraction |
||
| 16 | { |
||
| 17 | /** {@inheritdoc} */ |
||
| 18 | public function getRelationType(): int |
||
| 19 | { |
||
| 20 | return Vtiger_Relation_Model::RELATION_AR; |
||
| 21 | } |
||
| 22 | |||
| 23 | /** {@inheritdoc} */ |
||
| 24 | public function getQuery() |
||
| 36 | } |
||
| 37 | |||
| 38 | /** {@inheritdoc} */ |
||
| 39 | public function create(int $sourceRecordId, int $destinationRecordId): bool |
||
| 42 | } |
||
| 43 | |||
| 44 | /** {@inheritdoc} */ |
||
| 45 | public function delete(int $sourceRecordId, int $destinationRecordId): bool |
||
| 48 | } |
||
| 49 | |||
| 50 | /** {@inheritdoc} */ |
||
| 51 | public function transfer(int $relatedRecordId, int $fromRecordId, int $toRecordId): bool |
||
| 56 |