Classe : \Schwan\Code\Conf

Fichier PHP
| Mardi 12 Mars 2024, 18:17:48

<?php
/**
* Code.Schwan
*
* GNU General Public License
*
* Copyright © 2022 - 2023, Yohann Schwan. All rights reserved.
*/
namespace Schwan\Code {

class
Conf extends \Schwan\Www\Conf
{
#
# Only parse "[core]/private/conf/Schwan.code.[xyz].ini" files.
#
# Nothing else matters ^^
#
}
}