public function GetSetMethodNormalizer::setCamelizedAttributes

Set attributes to be camelized on denormalize

Parameters

array $camelizedAttributes:

File

drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php, line 75

Class

GetSetMethodNormalizer
Converts between objects with getter and setter methods and arrays.

Namespace

Symfony\Component\Serializer\Normalizer

Code

public function setCamelizedAttributes(array $camelizedAttributes) {
  $this->camelizedAttributes = $camelizedAttributes;
}