Smalldb Symfony Bundle  v2.0
Public Member Functions | List of all members
SmalldbDataCollector Class Reference

Inheritance diagram for SmalldbDataCollector

Public Member Functions

 __construct (Smalldb $smalldb, ?Stopwatch $stopwatch)
 
 __sleep ()
 
 reset ()
 
 collect (Request $request, Response $response, \Throwable $exception=null)
 
 lateCollect ()
 
 getName ()
 
 hasDefinitionsSnapshot ()
 
 getMachineTypes ()
 
 hasDefinitions ()
 
 getDefinitions ()
 
 getDefinition (string $machineType)
 
 getLog ()
 
 logReferenceCreated (ReferenceInterface $ref)
 
 logTransitionInvoked (TransitionEvent $transitionEvent)
 
 logTransitionCompleted (TransitionEvent $transitionEvent, ?array $invokeContext)
 
 getReferencesCreatedCount ()
 
 getTransitionsInvokedCount ()
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( Smalldb  $smalldb,
?Stopwatch  $stopwatch 
)

Member Function Documentation

◆ __sleep()

__sleep ( )

◆ reset()

reset ( )

◆ collect()

collect ( Request  $request,
Response  $response,
\Throwable  $exception = null 
)

◆ lateCollect()

lateCollect ( )

◆ getName()

getName ( )

◆ hasDefinitionsSnapshot()

hasDefinitionsSnapshot ( )

◆ getMachineTypes()

getMachineTypes ( )
Returns
string[]

◆ hasDefinitions()

hasDefinitions ( )

◆ getDefinitions()

getDefinitions ( )
Returns
StateMachineDefinition[]

◆ getDefinition()

getDefinition ( string  $machineType)

◆ getLog()

getLog ( )

◆ logReferenceCreated()

logReferenceCreated ( ReferenceInterface  $ref)

◆ logTransitionInvoked()

logTransitionInvoked ( TransitionEvent  $transitionEvent)

◆ logTransitionCompleted()

logTransitionCompleted ( TransitionEvent  $transitionEvent,
?array  $invokeContext 
)

◆ getReferencesCreatedCount()

getReferencesCreatedCount ( )

◆ getTransitionsInvokedCount()

getTransitionsInvokedCount ( )