1 | <?php |
||
16 | final class Inflector |
||
17 | { |
||
18 | /** |
||
19 | * @var \Doctrine\Inflector\Inflector |
||
20 | */ |
||
21 | protected static $inflector; |
||
22 | |||
23 | protected static function getInflector() |
||
30 | |||
31 | public static function pluralize(string $word) |
||
35 | |||
36 | public static function tableize(string $word) |
||
40 | |||
41 | public static function singularize(string $word) |
||
45 | } |