DoctrineDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

DoctrineDataCollector::getManagers()

getManagers()

DoctrineDataCollector::getConnections()

getConnections()

DoctrineDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

DoctrineDataCollector::addLogger()

addLogger(string $name, DebugStack $logger) Adds the stack logger for a connection. Parameters string $name DebugStack $logger

DoctrineDataCollector

class DoctrineDataCollector extends DataCollector DoctrineDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct(ManagerRegistry $registry) addLogger(string $name, DebugStack $logger) Adds the stack logger for a connection. collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. getManagers() getConnections() getQueryCount() get

DoctrineChoiceLoader

class DoctrineChoiceLoader implements ChoiceLoaderInterface Loads choices using a Doctrine object manager. Methods __construct($manager, $class, $idReader = null, $objectLoader = null, $factory = null) Creates a new choice loader. ChoiceListInterface loadChoiceList(null|callable $value = null) Loads a list of choices. string[] loadValuesForChoices(array $choices, null|callable $value = null) Loads the values corresponding to the given choices. array loadChoicesForValues(ar

DoctrineCaster::castPersistentCollection()

static castPersistentCollection(PersistentCollection $coll, array $a, Stub $stub, $isNested) Parameters PersistentCollection $coll array $a Stub $stub $isNested

DoctrineCaster::castOrmProxy()

static castOrmProxy(Proxy $proxy, array $a, Stub $stub, $isNested) Parameters Proxy $proxy array $a Stub $stub $isNested

DoctrineCaster::castCommonProxy()

static castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested) Parameters Proxy $proxy array $a Stub $stub $isNested