File.php 430 B

12345678910111213141516
  1. <?php
  2. /**
  3. * File-based configuration reader. Multiple configuration directories can be
  4. * used by attaching multiple instances of this class to [Config].
  5. *
  6. * @package KO7
  7. * @category Configuration
  8. *
  9. * @copyright (c) 2007-2016 Kohana Team
  10. * @copyright (c) since 2016 Koseven Team
  11. * @license https://koseven.dev/LICENSE
  12. */
  13. class KO7_Config_File extends KO7_Config_File_Reader
  14. {
  15. // @see KO7_Config_File_Reader
  16. }