Log in
Model

SnakeToCamelCaseConverter

Magento\InventoryReservations\Model\SnakeToCamelCaseConverter

What it does

This utility class converts array elements from snake_case to camelCase format.

Developers use this when transforming database field names or API responses that use snake_case naming conventions into the camelCase format typically used in PHP code and Magento's object properties.

Public Methods

  • convert()