Beispiel #1
0
 public static function allPlugins()
 {
     return array_filter(SystemPart::allParts(), function ($oPart) {
         return $oPart instanceof PluginPart;
     });
 }