| Total Complexity | 4 |
| Total Lines | 47 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 14 | class MediaProperties extends RecordManager |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param Record $model |
||
| 18 | * @param $collection |
||
| 19 | * @return MediaProperty|Record |
||
| 20 | */ |
||
| 21 | public function for(Record $model, $collection) |
||
| 36 | ] |
||
| 37 | ]); |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @param Record $model |
||
| 42 | * @param $collection |
||
| 43 | * @return MediaProperty |
||
| 44 | */ |
||
| 45 | public function createFor(Record $model, $collection) |
||
| 52 | } |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @inheritDoc |
||
| 56 | * @noinspection PhpMissingParentCallCommonInspection |
||
| 57 | */ |
||
| 58 | protected function generateTable() |
||
| 63 |