]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added commenting
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Fri, 9 Jul 2010 11:04:18 +0000 (04:04 -0700)
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Fri, 9 Jul 2010 11:04:18 +0000 (04:04 -0700)
plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php

index 9d53726f49d5bc85d75fc664c28bd68e086674d4..1eb3fb16e06627f849fa8a9fb6a13b78bc95b90d 100644 (file)
@@ -1,4 +1,30 @@
 <?php\r
+/**\r
+ * StatusNet - the distributed open-source microblogging tool\r
+ *\r
+ * This program is free software: you can redistribute it and/or modify\r
+ * it under the terms of the GNU Affero General Public License as published by\r
+ * the Free Software Foundation, either version 3 of the License, or\r
+ * (at your option) any later version.\r
+ *\r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU Affero General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU Affero General Public License\r
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
+ *\r
+ * Extends the configuration class (Phergie_Config) to allow passing config\r
+ * array instead of loading from file\r
+ *\r
+ * @category  Phergie\r
+ * @package   Phergie_Extended_Config\r
+ * @author    Luke Fitzgerald <lw.fitzgerald@googlemail.com\r
+ * @copyright 2010 StatusNet, Inc.\r
+ * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0\r
+ * @link      http://status.net/\r
+ */\r
 class Phergie_Extended_Config extends Phergie_Config {\r
     /**\r
      * Incorporates an associative array of settings into the current\r
@@ -17,7 +43,7 @@ class Phergie_Extended_Config extends Phergie_Config {
                 Phergie_Config_Exception::ERR_ARRAY_NOT_RETURNED\r
             );\r
         }\r
-        \r
+\r
         $this->settings += $settings;\r
 \r
         return $this;\r