| 1 | <?php |
||
| 15 | class MutatorsConfig extends InjectableConfig |
||
| 16 | { |
||
| 17 | use AliasTrait; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Configuration section. |
||
| 21 | */ |
||
| 22 | const CONFIG = 'schemas/documents'; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Get list of mutators associated with given field type. |
||
| 26 | * |
||
| 27 | * @param string $type |
||
| 28 | * |
||
| 29 | * @return array |
||
| 30 | */ |
||
| 31 | public function getMutators(string $type): array |
||
| 38 | } |