DoctrineOrmTypeGuesser::guessType()

TypeGuess|null guessType(string $class, string $property) Returns a field guess for a property name of a class. Parameters string $class The fully qualified class name string $property The name of the property to guess for Return Value TypeGuess|null A guess for the field's type and options

DoctrineOrmTypeGuesser::guessPattern()

ValueGuess|null guessPattern(string $class, string $property) Returns a guess about the field's pattern. When you have a min value, you guess a min length of this min (LOW_CONFIDENCE) , lines below If this value is a float type, this is wrong so you guess null with MEDIUM_CONFIDENCE to override the previous guess. Example: You want a float greater than 5, 4.512313 is not valid but length(4.512314) > length(5) Parameters string $class The fully qualified class name string $

DoctrineOrmExtension

class DoctrineOrmExtension extends AbstractExtension Methods FormTypeInterface getType(string $name) Returns a type by name. from AbstractExtension bool hasType(string $name) Returns whether the given type is supported. from AbstractExtension FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. from AbstractExtension bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type.

DoctrineInitializer

class DoctrineInitializer implements ObjectInitializerInterface Automatically loads proxy object before validation. Methods __construct(ManagerRegistry $registry) initialize(object $object) Initializes an object just before validation. Details __construct(ManagerRegistry $registry) Parameters ManagerRegistry $registry initialize(object $object) Initializes an object just before validation. Pa

DoctrineExtractor

class DoctrineExtractor implements PropertyListExtractorInterface, PropertyTypeExtractorInterface Extracts data using Doctrine ORM and ODM metadata. Methods __construct(ClassMetadataFactory $classMetadataFactory) string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. Details

DoctrineExtractor::getProperties()

string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Parameters string $class array $context Return Value string[]|null

DoctrineExtractor::getTypes()

Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. Parameters string $class string $property array $context Return Value Type[]|null

DoctrineDataCollector::getTime()

getTime()

DoctrineDataCollector::getQueryCount()

getQueryCount()

DoctrineDataCollector::getConnections()

getConnections()