Doctrine inflector has static methods for inflecting text
The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known
@license http://www.opensource.org/licenses/lgpl-license.php LGPL @link www.doctrine-project.org @since 1.0 @version $Revision: 3189 $ @author Konsta Vesterinen <kvesteri@cc.hut.fi> @author Jonathan H. Wage <jonwage@gmail.com>
Expanded class hierarchy of Inflector
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Inflector:: |
public static | function | Camelize a word. This uses the classify() method and turns the first character to lowercase | |
Inflector:: |
public static | function | Convert a word in to the format for a Doctrine class name. Converts 'table_name' to 'TableName' | |
Inflector:: |
public static | function | Convert word in to the format for a Doctrine table name. Converts 'ModelName' to 'model_name' |