Add @method tag for IRuntimeCache::getCachedObjects()
authorMatthias Schmidt <gravatronics@live.com>
Sun, 29 May 2016 12:50:46 +0000 (14:50 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 29 May 2016 12:50:46 +0000 (14:50 +0200)
wcfsetup/install/files/lib/system/cache/runtime/CommentResponseRuntimeCache.class.php
wcfsetup/install/files/lib/system/cache/runtime/CommentRuntimeCache.class.php
wcfsetup/install/files/lib/system/cache/runtime/UserProfileRuntimeCache.class.php
wcfsetup/install/files/lib/system/cache/runtime/UserRuntimeCache.class.php

index 90a46f05bf13a3816073b97721897e4758d99831..5ca039a1b1664fd081dd5737f9f17fb5c8d7f831 100644 (file)
@@ -14,6 +14,7 @@ use wcf\data\comment\response\CommentResponseList;
  * @category   Community Framework
  * @since      2.2
  * 
+ * @method     CommentResponse[]       getCachedObjects()
  * @method     CommentResponse         getObject($objectID)
  * @method     CommentResponse[]       getObjects(array $objectIDs)
  */
index 18bf7e7641b97b418bbf5def5c98ff6bc5afede3..472cc1ee313cdbdd0d8fe1cf0abdca98927caef5 100644 (file)
@@ -14,6 +14,7 @@ use wcf\data\comment\CommentList;
  * @category   Community Framework
  * @since      2.2
  * 
+ * @method     Comment[]       getCachedObjects()
  * @method     Comment         getObject($objectID)
  * @method     Comment[]       getObjects(array $objectIDs)
  */
index 1734fbb6eed2aab1ce21916ebf22b95e7ea1906c..f571d713e798dacce40e80facbe1fb8f7451cbee 100644 (file)
@@ -14,6 +14,7 @@ use wcf\data\user\UserProfileList;
  * @category   Community Framework
  * @since      2.2
  * 
+ * @method     UserProfile[]   getCachedObjects()
  * @method     UserProfile     getObject($objectID)
  * @method     UserProfile[]   getObjects(array $objectIDs)
  */
index ea6d931d95bb6e7ef92d788080a90b5a1ada6353..2819144ff4a67924517db264b4d216484876b35b 100644 (file)
@@ -14,6 +14,7 @@ use wcf\data\user\UserList;
  * @category   Community Framework
  * @since      2.2
  * 
+ * @method     User[]          getCachedObjects()
  * @method     User            getObject($objectID)
  * @method     User[]          getObjects(array $objectIDs)
  */