magallanes/Mage/Task/Releases/RollbackAware.php
Andrs Montaez 9cf720c602 Rollback awareness.
Tasks are aware if they are in rollbacks; they will be invoked only if
they implement the new interface RollbackAware.
2012-01-03 23:25:42 -02:00

4 lines
52 B
PHP

<?php
interface Mage_Task_Releases_RollbackAware
{
}