*/ public static function getAll() : array{ //phpstan doesn't support generic traits yet :( /** @var Effect[] $result */ $result = self::_registryGetAll(); return $result; } }