This website works better with JavaScript.
Explore
Help
Sign In
hauke
/
Magallanes
mirror of
https://github.com/hauke68/Magallanes
Watch
1
Star
0
Fork
You've already forked Magallanes
0
Code
Issues
Releases
Wiki
Activity
96
Commits
5
Branches
19
Tags
2.2 MiB
Tree:
d5913cbb28
Magallanes
/
Mage
/
Task
/
Releases
/
RollbackAware.php
4 lines
52 B
Raw
Normal View
History
Unescape
Escape
Rollback awareness. Tasks are aware if they are in rollbacks; they will be invoked only if they implement the new interface RollbackAware.
13 years ago
<?php
interface Mage_Task_Releases_RollbackAware
{
}