helpers\BaseInflector pluralize()

pluralize() public static method

Converts a word to its plural form.

Note that this is for English only! For example, 'apple' will become 'apples', and 'child' will become 'children'.

public static string pluralize ( $word )
$word string

The word to be pluralized

return string

The pluralized word

doc_Yii
2016-10-30 17:05:24
Comments
Leave a Comment

Please login to continue.