FOFInflector::variablize
Returns camelBacked version of a string. Same as camelize but first char is lowercased.
Signature
public function variablize(string
$stringĀ )
Parameters
-
$string
- String to be camelBacked.
Returns
- string