Add `@method` documentation for rebuild data workers
authorMatthias Schmidt <gravatronics@live.com>
Sun, 2 Oct 2016 15:01:10 +0000 (17:01 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 2 Oct 2016 15:01:10 +0000 (17:01 +0200)
files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php
files/lib/system/worker/ConversationRebuildDataWorker.class.php

index 3ae4fb671560b01959408298935f810207d9228f..7a8e730e7d21fbd86a46cad8a8d267bccdcf644d 100644 (file)
@@ -15,6 +15,8 @@ use wcf\system\WCF;
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Worker
+ * 
+ * @method     ConversationMessageList         getObjectList()
  */
 class ConversationMessageRebuildDataWorker extends AbstractRebuildDataWorker {
        /**
index 8f3320e9a261ab15b4a3be02a35da184c2904114..44791eb1704f151898dfb457dfbdeaf655a8e62e 100644 (file)
@@ -13,6 +13,8 @@ use wcf\system\WCF;
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Worker
+ * 
+ * @method     ConversationList        getObjectList()
  */
 class ConversationRebuildDataWorker extends AbstractRebuildDataWorker {
        /**