* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Base class for all symfony plugin tasks. * * @package symfony * @subpackage task * @author Fabien Potencier * @version SVN: $Id: sfPluginBaseTask.class.php 19273 2009-06-15 12:47:22Z fabien $ */ abstract class sfPluginBaseTask extends sfBaseTask { }