magallanes/Mage/Command/RequiresEnvironment.php
Andrés Montañez 811c83e13a Major overhauling and refactoring of Magallanes Command and Tasks modulairty and workflow.
ADVICE: there is no Backwards Compatibility with custom tasks, those
using the _config instance will be broken or those using the
getEnvironmentName().
2012-09-21 00:23:07 -03:00

4 lines
52 B
PHP

<?php
interface Mage_Command_RequiresEnvironment
{
}