Source.php 352 B

123456789101112131415
  1. <?php
  2. /**
  3. * Base Config source Interface
  4. *
  5. * Used to identify either config readers or writers when calling [KO7_Config::attach()]
  6. *
  7. * @package KO7
  8. * @category Configuration
  9. *
  10. * @copyright (c) 2007-2016 Kohana Team
  11. * @copyright (c) since 2016 Koseven Team
  12. * @license https://koseven.dev/LICENSE
  13. */
  14. interface KO7_Config_Source {}