Source.php 333 B

1234567891011121314
  1. <?php
  2. /**
  3. * Base Config source Interface
  4. *
  5. * Used to identify either config readers or writers when calling [Kohana_Config::attach()]
  6. *
  7. * @package Kohana
  8. * @category Configuration
  9. * @author Kohana Team
  10. * @copyright (c) Kohana Team
  11. * @license https://koseven.ga/LICENSE.md
  12. */
  13. interface Kohana_Config_Source {}