1 | <?php |
||
8 | class JMSCamelCaseNamingStrategy implements PropertyNamingStrategyInterface { |
||
9 | |||
10 | /** |
||
11 | * Translates the name of the property to the serialized version. |
||
12 | * |
||
13 | * @param PropertyMetadata $property |
||
14 | * |
||
15 | * @return string |
||
16 | */ |
||
17 | 49 | public function translateName(PropertyMetadata $property) |
|
21 | } |