You are here

private static property Inflector::$uninflected in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php \Doctrine\Common\Inflector\Inflector::uninflected

Words that should not be inflected.

Type: array

File

vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php, line 174

Class

Inflector
Doctrine inflector has static methods for inflecting text.

Namespace

Doctrine\Common\Inflector

Code

private static $uninflected = array(
  'Amoyese',
  'bison',
  'Borghese',
  'bream',
  'breeches',
  'britches',
  'buffalo',
  'cantus',
  'carp',
  'chassis',
  'clippers',
  'cod',
  'coitus',
  'Congoese',
  'contretemps',
  'corps',
  'debris',
  'diabetes',
  'djinn',
  'eland',
  'elk',
  'equipment',
  'Faroese',
  'flounder',
  'Foochowese',
  'gallows',
  'Genevese',
  'Genoese',
  'Gilbertese',
  'graffiti',
  'headquarters',
  'herpes',
  'hijinks',
  'Hottentotese',
  'information',
  'innings',
  'jackanapes',
  'Kiplingese',
  'Kongoese',
  'Lucchese',
  'mackerel',
  'Maltese',
  '.*?media',
  'mews',
  'moose',
  'mumps',
  'Nankingese',
  'news',
  'nexus',
  'Niasese',
  'Pekingese',
  'Piedmontese',
  'pincers',
  'Pistoiese',
  'pliers',
  'Portuguese',
  'proceedings',
  'rabies',
  'rice',
  'rhinoceros',
  'salmon',
  'Sarawakese',
  'scissors',
  'sea[- ]bass',
  'series',
  'Shavese',
  'shears',
  'siemens',
  'species',
  'staff',
  'swine',
  'testes',
  'trousers',
  'trout',
  'tuna',
  'Vermontese',
  'Wenchowese',
  'whiting',
  'wildebeest',
  'Yengeese',
);