Configuration

Configuration keys for the Solar_Inflect class.

identical

  • (array) Words that do not change from singular to plural.

  • Default: array ( )

irregular

  • (array) Irregular singular-to-plural inflections.

  • Default: array ( )

to_singular

  • (array) Rules for preg_replace() to convert plurals to singulars.

  • Default: array ( )

to_plural

  • (array) Rules for preg_replace() to convert singulars to plurals.

  • Default: array ( )



Local