| 1 | <?php |
||
| 10 | class DefaultNamingStrategy implements NamingStrategyInterface |
||
| 11 | { |
||
| 12 | public function getGraphQLType(string $beanClassName): string |
||
| 16 | |||
| 17 | public function getClassName(string $beanClassName) : string |
||
| 21 | |||
| 22 | public function getGeneratedClassName(string $beanClassName) : string |
||
| 26 | |||
| 27 | public function getFieldName(AbstractBeanPropertyDescriptor $descriptor): string |
||
| 31 | |||
| 32 | public function getFieldNameFromRelationshipDescriptor(MethodDescriptorInterface $descriptor): string |
||
| 36 | } |
||
| 37 |