Changeset 195 for trunk/trax/vendor/trax/inflector.php
- Timestamp:
- 04/03/06 16:27:26 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/inflector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/inflector.php
r155 r195 30 30 31 31 /** 32 * Inflector contains static methods to convert English words between 33 * singular and plural, and phrases between the camel case form and 34 * the lower case underscore form. 32 * Implement the Trax naming convention 35 33 * 34 * This class provides static methods to implement the 35 * {@tutorial PHPonTrax/naming.pkg Trax naming convention}. 36 * Inflector is never instantiated. 36 37 * @tutorial PHPonTrax/Inflector.cls 37 38 */
