| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | trait RecordsTrait |
||
| 14 | { |
||
| 15 | use HasTypesRecordsTrait; |
||
| 16 | use \Nip\Records\Traits\AbstractTrait\RecordsTrait; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @return string |
||
| 20 | */ |
||
| 21 | 1 | public function getTypesDirectory() |
|
| 22 | { |
||
| 23 | 1 | return dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'Types'; |
|
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return string |
||
| 28 | */ |
||
| 29 | 1 | public function getTypeNamespace() |
|
| 32 | } |
||
| 33 | } |
||
| 34 |