Class Hooks
Methods summary
				 public static
				array
				
				
			 | 
			
			#
			 synthesize_connections_config( array $fragments )
			Synthesizes the   | 
		
				 public static
				array
				
				
			 | 
			
			#
			 synthesize_models_config( array $fragments )
			Synthesizes the   | 
		
				 public static
				
				
				
			 | 
			
			#
			 on_core_boot( ICanBoogie\Core\BootEvent $event, ICanBoogie\Core $app )
			Patches the   | 
		
				 public static
				ICanBoogie\ActiveRecord\ConnectionCollection
				
				
			 | 
			
			#
			 core_lazy_get_connections( ICanBoogie\Core $app )
			Returns a @{link ConnectionCollection} instance configured with
the   | 
		
				 public static
				ICanBoogie\ActiveRecord\ModelCollection
				
				
			 | 
			
			#
			 core_lazy_get_models( ICanBoogie\Core $app )
			Returns a @{link ModelCollection} instance configured with
the   | 
		
				 public static
				ICanBoogie\ActiveRecord\Connection
				
				
			 | 
			|
				 public static
				ICanBoogie\Validate\ValidationErrors|array
				
				
			 | 
			|
				 public static
				ICanBoogie\ActiveRecord\ActiveRecordCache\RuntimeActiveRecordCache
				
				
			 | 
			
			#
			 model_lazy_get_activerecord_cache( ICanBoogie\ActiveRecord\Model $model )
			Returns the records cache associated with the model.  |