| 1 | <?php |
||
| 7 | class LowerUnderscoreNamingConvention implements NamingConventionsInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Regular expression on how to tokenize a member |
||
| 11 | * |
||
| 12 | * @return string regexp |
||
| 13 | */ |
||
| 14 | public function getSplittingExpression() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Character to separate on |
||
| 21 | * |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | public function getSeparatorCharacter() |
||
| 28 | } |
||
| 29 |