PHP Класс Phactory\Mongo\Inflector

Показать файл Открыть проект

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

Метод Описание
addException ( $singular, $plural ) * Add an exception to the rules for inflection.
pluralize ( $word ) * Pluralize a word, obeying any stored exceptions.
reset ( ) * Forget all stored exceptions.

Приватные методы

Метод Описание
__construct ( ) * Static class forbids instantiation.

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

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

* Add an exception to the rules for inflection.
public static addException ( $singular, $plural )
$singular the singular form of this word
$plural the plurbal form of this word

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

* Pluralize a word, obeying any stored exceptions.
public static pluralize ( $word )
$word the word to pluralize

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

* Forget all stored exceptions.
public static reset ( )