| Total Complexity | 4 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | trait SerialisePropertyCacheTrait |
||
| 14 | { |
||
| 15 | protected $propertiesCache = []; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param string $targClass |
||
| 19 | * @param ResourceEntityType $resourceType |
||
| 20 | * @return void |
||
| 21 | * @throws \ReflectionException |
||
| 22 | */ |
||
| 23 | protected function checkRelationPropertiesCached($targClass, ResourceEntityType $resourceType) |
||
| 41 |