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 30b9630 commit 05da411Copy full SHA for 05da411
src/Mods/Collection/BaseModCollection.php
@@ -19,6 +19,10 @@
19
* @package CPMDB
20
* @subpackage Collection
21
* @see ModCollectionInterface
22
+ *
23
+ * @method ModInfoInterface[] getAll()
24
+ * @method ModInfoInterface getDefault()
25
+ * @method ModInfoInterface getByID(string $id)
26
*/
27
abstract class BaseModCollection extends BaseStringPrimaryCollection implements ModCollectionInterface
28
{
0 commit comments