Skip to content

Commit 05da411

Browse files
committed
Added type docs.
1 parent 30b9630 commit 05da411

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Mods/Collection/BaseModCollection.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
* @package CPMDB
2020
* @subpackage Collection
2121
* @see ModCollectionInterface
22+
*
23+
* @method ModInfoInterface[] getAll()
24+
* @method ModInfoInterface getDefault()
25+
* @method ModInfoInterface getByID(string $id)
2226
*/
2327
abstract class BaseModCollection extends BaseStringPrimaryCollection implements ModCollectionInterface
2428
{

0 commit comments

Comments
 (0)