FOFInflector::camelize
Returns given word as CamelCased.
Converts a word like "foo_bar" or "foo bar" to "FooBar". It will remove non alphanumeric characters from the word, so "who's online" will be converted to "WhoSOnline"
Signature
public function camelize(string
$word )
Parameters
-
$word
- Word to convert to camel case.
Returns
- string
- UpperCamelCasedWord