Support_InflectorThe Inflector class handles conversion of words between their singular and plural forms.
Located in /support/lib/Support/Inflector.php (line 28)
static camelize (line 212)
Convert space or underscore separated words to a single mixed case name. For example, table_name becomes TableName. If $firstWordUpper is false, the first word is not converted to upper case (table_name would become tableName).
static getInstance (line 117)
Return the shared class instance
static humanize (line 264)
Convert underscore separated words to a space separated string of words with an initial capital letter.
static pluralize (line 183)
Return the plural form of a word
static singularize (line 195)
Return the singlar form of a word
static tableize (line 251)
Convert a class name to a table name
static underscore (line 237)
Essentially the reverse of camelize. Converts a mixed case string to a lowercase underscore separated string of words.
Constructor __construct (line 44)
Constructor
ignored (line 160)
Test a word to see if it matches a pattern on the ignore list
pluralize_impl (line 126)
Implementation for pluralize
singularize_impl (line 141)
Implementation for singularize
tableize_impl (line 172)
Implementation for tableize
Documentation generated on Wed, 25 Apr 2012 09:46:43 -0700 by phpDocumentor 1.4.3