class PropelTypeGuesser implements FormTypeGuesserInterface
Propel Type guesser.
Methods
TypeGuess|null guessType(string $class, string $property) Returns a field guess for a property name of a class
ValueGuess guessRequired(string $class, string $property) Returns a guess whether a property of a class is required
ValueGuess|null guessMaxLength(string $class, string $property) Returns a guess about the field's maximum length
ValueGuess|null guessPattern(string $class, stri