We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05da411 commit a398d8fCopy full SHA for a398d8f
src/Mods/Collection/ModCollection.php
@@ -28,6 +28,7 @@
28
use CPMDB\Mods\Collection\Filter\ModFilter;
29
use CPMDB\Mods\Collection\Indexer\IndexManager;
30
use CPMDB\Mods\Items\GlobalItemCollection;
31
+use CPMDB\Mods\Mod\ModInfoInterface;
32
use Mistralys\ChangelogParser\ChangelogParser;
33
use Throwable;
34
@@ -36,6 +37,10 @@
36
37
*
38
* @package CPMDB
39
* @subpackage Mod Collection
40
+ *
41
+ * @method ModInfoInterface[] getAll()
42
+ * @method ModInfoInterface getDefault()
43
+ * @method ModInfoInterface getByID(string $id)
44
*/
45
class ModCollection extends BaseStringPrimaryCollection implements ModCollectionInterface
46
{
0 commit comments