FOFInflector::explode
Convert any "CamelCased" word into an array of strings
Returns an array of strings each of which is a substring of string formed by splitting it at the camelcased letters.
Signature
public function explode(string
$word )
Parameters
-
$word
- Word to explode
Returns
- array
- Array of strings