Solar_Inflect::dashesToCamel()
public
string
Solar_Inflect::dashesToCamel
( string $str
)
Returns "foo-bar-baz" as "fooBarBaz".
Parameters
(string)
$str
: The dashed word.
Returns
(string) The word in camel-caps.
Description
Returns "foo-bar-baz" as "fooBarBaz".