ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilModulesDataCollectionSuite.php
Go to the documentation of this file.
1 <?php
2 
20 
22 {
23  public static function suite()
24  {
25  $suite = new ilModulesDataCollectionSuite();
26 
27  return $suite;
28  }
29 }