PropelFactory

class PropelFactory implements UserProviderFactoryInterface PropelFactory creates services for Propel user provider. Methods __construct($key, $providerId) create(ContainerBuilder $container, $id, $config) getKey() addConfiguration(NodeDefinition $node) Details __construct($key, $providerId) Parameters $key $providerId create(ContainerBuilder $container, $id, $config) Parameters

PropelFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

PropelExtension

class PropelExtension extends AbstractExtension Represents the Propel form extension, which loads the Propel functionality. 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) Re

PropelDataCollector::getQueries()

array getQueries() Returns queries. Return Value array Queries

PropelDataCollector::getQueryCount()

int getQueryCount() Returns the query count. Return Value int The query count

PropelDataCollector

class PropelDataCollector extends DataCollector The PropelDataCollector collector class collects information. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct(PropelLogger $logger, PropelConfiguration $propelConfiguration) Constructor collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. string getName() Returns the collector name. array getQueries() Ret

PropelDataCollector::getTime()

float getTime() Returns the total time of queries. Return Value float The total time of queries

PropelDataCollector::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

PropelDataCollector::getName()

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

ProgressIndicator::start()

start($message) Starts the indicator output. Parameters $message