Add constants.php for better IDE constant handling
authorMatthias Schmidt <gravatronics@live.com>
Wed, 6 Apr 2016 11:57:58 +0000 (13:57 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 6 Apr 2016 11:57:58 +0000 (13:57 +0200)
constants.php [new file with mode: 0644]

diff --git a/constants.php b/constants.php
new file mode 100644 (file)
index 0000000..68c6fc7
--- /dev/null
@@ -0,0 +1,21 @@
+<?php
+/**
+ * Defines constants for autocompletion in IDEs. This file is not meant to be actively used anywhere!
+ *
+ * @author     Matthias Schmidt
+ * @copyright  2001-2016 WoltLab GmbH
+ * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @package    com.woltlab.wcf.legalNotice
+ * @category   Community Framework
+ */
+
+// option constants
+define('LEGAL_NOTICE_ADDRESS', '');
+define('LEGAL_NOTICE_EMAIL_ADDRESS', '');
+define('LEGAL_NOTICE_PHONE', '');
+define('LEGAL_NOTICE_FAX', '');
+define('LEGAL_NOTICE_REPRESENTATIVE', '');
+define('LEGAL_NOTICE_REGISTER', '');
+define('LEGAL_NOTICE_VAT_ID', '');
+define('LEGAL_NOTICE_ADDITIONAL_TEXT', '');
+define('LEGAL_NOTICE_ADDITIONAL_TEXT_ENABLE_HTML', 0);