FOFInflector::humanize
Returns a human-readable string from $word.
Returns a human-readable string from $word, by replacing underscores with a space, and by upper-casing the initial character by default.
Signature
public function humanize(string
$word )
Parameters
-
$word
- String to "humanize"
Returns
- string
- Human-readable word