\Guzzle\InflectionInflector

Default inflection implementation

Summary

Methods
Properties
Constants
getDefault()
snake()
camel()
No public properties found
No constants found
No protected methods found
$default
N/A
No private methods found
No private properties found
N/A

Properties

Methods

snake()

snake(string  $word) : string

Converts strings from camel case to snake case (e.g. CamelCase camel_case).

Parameters

string $word

Word to convert to snake case

Returns

string

camel()

camel(string  $word) : string

Converts strings from snake_case to upper CamelCase

Parameters

string $word

Value to convert into upper CamelCase

Returns

string