| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class Records extends AbstractRecords |
||
| 14 | { |
||
| 15 | use RecordsTrait; |
||
| 16 | use SingletonTrait; |
||
| 17 | |||
| 18 | |||
| 19 | protected function registerSmartPropertyType() |
||
| 20 | { |
||
| 21 | $this->registerSmartProperty('field', 'Type'); |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @inheritDoc |
||
| 26 | */ |
||
| 27 | public function getTypesDirectory() |
||
| 30 | } |
||
| 31 | |||
| 32 | /** @noinspection PhpMissingParentCallCommonInspection |
||
| 33 | * @return string |
||
| 34 | */ |
||
| 35 | public function getModelNamespace() |
||
| 40 |