Fix documentation of SearchResultArticleContentList
authorMatthias Schmidt <gravatronics@live.com>
Tue, 7 Jun 2016 17:33:21 +0000 (19:33 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 7 Jun 2016 17:33:21 +0000 (19:33 +0200)
wcfsetup/install/files/lib/data/article/content/SearchResultArticleContentList.class.php

index a118967351cf6a74fec1e12a3eb54cdae46bbdcc..d59706b806e1ee9de6954cdfef313645acf638c5 100644 (file)
@@ -3,7 +3,7 @@ namespace wcf\data\article\content;
 
 /**
  * Represents a list of article content as search results.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
@@ -11,10 +11,11 @@ namespace wcf\data\article\content;
  * @subpackage data.article.content
  * @category   Community Framework
  * @since      2.2
- *
- * @method     SearchResultEntry       current()
- * @method     SearchResultEntry[]     getObjects()
- * @method     SearchResultEntry|null  search($objectID)
+ * 
+ * @method     SearchResultArticleContent              current()
+ * @method     SearchResultArticleContent[]            getObjects()
+ * @method     SearchResultArticleContent|null         search($objectID)
+ * @property   SearchResultArticleContent[]            $objects
  */
 class SearchResultArticleContentList extends ViewableArticleContentList {
        /**