libSmalldb  v0.7
Public Member Functions | List of all members
IDebugLogger Interface Reference

Public Member Functions

 afterDebugLoggerRegistered (AbstractBackend $smalldb)
 
 afterMachineCreated (AbstractBackend $smalldb, string $type, AbstractMachine $machine)
 
 afterReferenceCreated (AbstractBackend $smalldb, Reference $ref, array $properties=null)
 
 afterListingCreated (AbstractBackend $smalldb, IListing $listing, array $filters)
 
 beforeTransition (AbstractBackend $smalldb, Reference $ref, string $old_state, string $transition_name, $args)
 
 afterTransition (AbstractBackend $smalldb, Reference $ref, string $old_state, string $transition_name, string $new_state, $return_value, $returns)