sfI18nYamlExtractor.class.php 540 B

1234567891011121314151617181920
  1. <?php
  2. /*
  3. * This file is part of the symfony package.
  4. * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. /**
  10. * @package symfony
  11. * @subpackage i18n
  12. * @author Fabien Potencier <fabien.potencier@symfony-project.com>
  13. * @version SVN: $Id: sfI18nYamlExtractor.class.php 4359 2007-06-25 10:45:40Z fabien $
  14. */
  15. abstract class sfI18nYamlExtractor implements sfI18nExtractorInterface
  16. {
  17. }