PHP Класс 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
С версии: 2.0
Автор: Richard Fullmer ([email protected])
Наследование: extends Doctrine\Common\Util\Inflector
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
xmlize ( string $word ) : string Convert word to the format for an xml element. Converts XxxYYY to xxx-yyy

Описание методов

xmlize() публичный статический Метод

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
Результат string $word Xmlized word