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
Show file Open project: doctrine/oxm Class Usage Examples

Public Methods

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

Method Details

xmlize() public static method

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
return string $word Xmlized word