mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 17:10:18 +01:00 
			
		
		
		
	Tasks are aware if they are in rollbacks; they will be invoked only if they implement the new interface RollbackAware.
		
			
				
	
	
		
			4 lines
		
	
	
		
			52 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			52 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
interface Mage_Task_Releases_RollbackAware
 | 
						|
{
 | 
						|
} |