PHP Class Doctrine\OXM\Util\Inflector

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
Since: 2.0
Author: Richard Fullmer ([email protected])
Inheritance: extends Doctrine\Common\Util\Inflector
Afficher le fichier Open project: doctrine/oxm Class Usage Examples

Méthodes publiques

Méthode Description
xmlize ( string $word ) : string Convert word to the format for an xml element. Converts XxxYYY to xxx-yyy

Method Details

xmlize() public static méthode

Convert word to the format for an xml element. Converts XxxYYY to xxx-yyy
public static xmlize ( string $word ) : string
$word string Word to xmlize
Résultat string $word Xmlized word