class NameFactory
A name generation factory.
Constants
| PHP_GENERATOR |
The class name of the PHP name generator.
|
| CONSTRAINT_GENERATOR |
The fully qualified class name of the constraint name generator.
|
Methods
| static string |
generateName(string $algorithmName, array $inputs)
Given a list of |
Details
at line 74
static public string
generateName(string $algorithmName, array $inputs)
Given a list of String objects, implements an algorithm which produces a name.