Method | Description | |
---|---|---|
getPlural ( string $string ) : string | Get the plural of the word passed in. | |
getSingular ( string $string ) : string | Get the singular of the word passed in. |
public static getSingular ( string $string ) : string | ||
$string | string | Word to singularise |
return | string | Singularised word |