Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/** This file is part of the symfony package.* (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>** 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 <fabien.potencier@symfony-project.com>* @version SVN: $Id: sfPluginBaseTask.class.php 19273 2009-06-15 12:47:22Z fabien $*/abstract class sfPluginBaseTask extends sfBaseTask{}