interface FormTypeGuesserInterface
Methods
| TypeGuess |
guessType(string $class, string $property)
Returns a field guess for a property name of a class |
|
| Guess |
guessRequired(string $class, string $property)
Returns a guess whether a property of a class is required |
|
| Guess |
guessMaxLength(string $class, string $property)
Returns a guess about the field's maximum length |
|
| Guess |
guessMinLength(string $class, string $property)
Returns a guess about the field's minimum length |
Details
at line 24
public TypeGuess
guessType(string $class, string $property)
Returns a field guess for a property name of a class
at line 34
public Guess
guessRequired(string $class, string $property)
Returns a guess whether a property of a class is required
at line 44
public Guess
guessMaxLength(string $class, string $property)
Returns a guess about the field's maximum length
at line 54
public Guess
guessMinLength(string $class, string $property)
Returns a guess about the field's minimum length