FormRendererInterface::humanize()

string humanize(string $text)

Makes a technical name human readable.

Sequences of underscores are replaced by single spaces. The first letter of the resulting string is capitalized, while all other letters are turned to lowercase.

Parameters

string $text The text to humanize

Return Value

string The humanized text
doc_Symfony
2016-10-28 06:19:11
Comments
Leave a Comment

Please login to continue.