Class RescueEvent
	
	
Event fired when the view inner HTML is empty.
	 
	
		- 
			ICanBoogie\Event
			
			
			
		
 
		- 
			
Icybee\Modules\Views\View\RescueEvent			
			
			
		 
	
	
		Methods summary
		
		
			
				 public 
				
				
				
			 | 
			
			#
			__construct( Icybee\Modules\Views\View $target, array $payload )
			
				
Creates an event and fires it immediately. 
			 
			
				
Creates an event and fires it immediately. 
If the event's target is specified its class is used to prefix the event
type. For example, if the event's target is an instance of
ICanBoogie\Operation and the event type is process the
final event type will be ICanBoogie\Operation::process. 
					Parameters
					
						- $target
 
						mixed $target The target of the event. 
						- $payload
 
						string $type The event type. 
					  
					Throws
					
						PropertyIsReserved in attempt to specify a reserved property with the payload. 
					 
					Overrides
					
			 
			  | 
		
		
		
		
			__get(), 
			chain(), 
			stop()
		
		Magic methods summary
		Properties summary
		
		
			
				public  
				string
			 | 
			
					$html
			 | 
			
				#
				
					
Reference to the rescued HTML. 
				 
				
					
Reference to the rescued HTML. 
				 
			  | 
		
		
		
		
			$profiling
		
		
		
			$stopped, 
			$target, 
			$used, 
			$used_by