Added missing documentation to SiteStore interface
authorjeroendedauw <jeroendedauw@gmail.com>
Wed, 23 Jan 2013 22:23:36 +0000 (23:23 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 24 Jan 2013 15:00:22 +0000 (15:00 +0000)
Change-Id: Ib1a12c52b7569f8f687b31efc008097ff1f62094

includes/site/SiteStore.php

index 2091f3c..0d8dcdf 100644 (file)
@@ -1,5 +1,31 @@
 <?php
 
+/**
+ * Interface for service objects providing a storage interface for Site objects.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * http://www.gnu.org/copyleft/gpl.html
+ *
+ * @since 1.21
+ *
+ * @file
+ * @ingroup Site
+ *
+ * @license GNU GPL v2+
+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
+ */
 interface SiteStore {
 
        /**