| 1 | <?php |
||
| 10 | trait ConfigurablePassTrait |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@inheritdoc} |
||
| 14 | */ |
||
| 15 | 1 | public static function getName() |
|
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | 1 | public static function getConfiguration() |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @param string $string |
||
| 36 | * @return string |
||
| 37 | */ |
||
| 38 | 1 | private static function convertToSnakeCase($string) |
|
| 51 | } |
||
| 52 |