JStringInflector::_setCache
Sets an inflected word in the cache.
Signature
private function _setCache(string
$singular,
[string
$plural = null] )
Parameters
-
$singular
- The singular form of the word.
-
$plural
- The plural form of the word. If omitted, it is assumed the singular and plural are identical.
Returns
- void