Add @method tag for IRuntimeCache::getCachedObjects()
authorMatthias Schmidt <gravatronics@live.com>
Sun, 29 May 2016 12:51:13 +0000 (14:51 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 29 May 2016 12:51:15 +0000 (14:51 +0200)
files/lib/system/cache/runtime/ConversationRuntimeCache.class.php
files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php

index 08f30f94a2de2ee9d73edf883ecb3efc500ae4e8..8947fd976915a14632160c2398b81f79a73bb303 100644 (file)
@@ -13,7 +13,8 @@ use wcf\data\conversation\ConversationList;
  * @subpackage system.cache.runtime
  * @category   Community Framework
  * @since      2.2
- *
+ * 
+ * @method     Conversation[]          getCachedObjects()
  * @method     Conversation            getObject($objectID)
  * @method     Conversation[]          getObjects(array $objectIDs)
  */
index 43ed4bf738258018b05cdfee29731e29b81c7167..8af48c05f4a7c8da64ad49d42cc020606f047ebe 100644 (file)
@@ -14,7 +14,8 @@ use wcf\system\WCF;
  * @subpackage system.cache.runtime
  * @category   Community Framework
  * @since      2.2
- *
+ * 
+ * @method     Conversation[]          getCachedObjects()
  * @method     Conversation            getObject($objectID)
  * @method     Conversation[]          getObjects(array $objectIDs)
  */