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 <code>String</code> objects, implements an algorithm which produces a name. |
Details
at line 65
static public string
generateName(string $algorithmName, array $inputs)
Given a list of <code>String</code> objects, implements an algorithm which produces a name.