]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Storage/IStorage.php
Merge pull request #10283 from very-ape/fix-message-button
[friendica.git] / src / Model / Storage / IStorage.php
index 363ca1f8351bff567c2d5415c423d08865ce2732..8a9b60f73bf4fdffd88f8134c2b24fc19f4d618b 100644 (file)
@@ -1,7 +1,22 @@
 <?php
 /**
- * @file src/Model/Storage/IStorage.php
- * Storage backend system
+ * @copyright Copyright (C) 2010-2021, the Friendica project
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
  */
 
 namespace Friendica\Model\Storage;
@@ -63,7 +78,7 @@ interface IStorage
         *      'type',      // define the field used in form, and the type of data.
         *                   // one of 'checkbox', 'combobox', 'custom', 'datetime',
         *                   // 'input', 'intcheckbox', 'password', 'radio', 'richtext'
-        *                   // 'select', 'select_raw', 'textarea', 'yesno'
+        *                   // 'select', 'select_raw', 'textarea'
         *
         *      'label',     // Translatable label of the field
         *      'value',     // Current value
@@ -72,7 +87,6 @@ interface IStorage
         *                   // select: array [ value => label ] of choices
         *                   // intcheckbox: value of input element
         *                   // select_raw: prebuild html string of < option > tags
-        *                   // yesno: array [ 'label no', 'label yes']
         *    ]
         *
         * See https://github.com/friendica/friendica/wiki/Quick-Template-Guide