1 | <?php |
||
8 | class LongNamingStrategy implements NamingStrategy |
||
9 | { |
||
10 | |||
11 | public function getTypeName(Type $type) |
||
15 | |||
16 | public function getAnonymousTypeName(Type $type, $parentName) |
||
20 | |||
21 | public function getItemName(Item $item) |
||
25 | |||
26 | public function getPropertyName($item) |
||
30 | |||
31 | private function classify($name) |
||
35 | } |