@@ -797,23 +797,35 @@ <h4 class="phpdocumentor-element__name" id="method_cleanupForWorkerMode">
797797 < aside class ="phpdocumentor-element-found-in ">
798798 < abbr class ="phpdocumentor-element-found-in__file " title ="system/Events/Events.php "> < a href ="files/system-events-events.html "> < abbr title ="system/Events/Events.php "> Events.php</ abbr > </ a > </ abbr >
799799 :
800- < span class ="phpdocumentor-element-found-in__line "> 293 </ span >
800+ < span class ="phpdocumentor-element-found-in__line "> 295 </ span >
801801
802802 </ aside >
803803
804804 < p class ="phpdocumentor-summary "> Cleanup performance log and request-specific listeners for worker mode.</ p >
805805
806806 < code class ="phpdocumentor-code phpdocumentor-signature ">
807807 < span class ="phpdocumentor-signature__visibility "> public</ span >
808- < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> cleanupForWorkerMode</ span > < span > (</ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> void</ span > </ code >
808+ < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> cleanupForWorkerMode</ span > < span > (</ span > < span class =" phpdocumentor-signature__argument " > < span > [ </ span > < span class =" phpdocumentor-signature__argument__type " > array<int, string> </ span > < span class =" phpdocumentor-signature__argument__name " > $resetEventListeners </ span > < span > = </ span > < span class =" phpdocumentor-signature__argument__default-value " > [] </ span > < span > ] </ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> void</ span > </ code >
809809
810810 < div class ="phpdocumentor-label-line ">
811811 </ div >
812812
813813 < section class ="phpdocumentor-description "> < p > Called at the END of each request to clean up state.</ p >
814814</ section >
815815
816-
816+ < h5 class ="phpdocumentor-argument-list__heading "> Parameters</ h5 >
817+ < dl class ="phpdocumentor-argument-list ">
818+ < dt class ="phpdocumentor-argument-list__entry ">
819+ < span class ="phpdocumentor-argument-list__argument__name "> $resetEventListeners</ span >
820+ : < span class ="phpdocumentor-argument-list__argument__type "> array<int, string></ span >
821+ = < span class ="phpdocumentor-argument-list__argument__default-value "> []</ span > </ dt >
822+ < dd class ="phpdocumentor-argument-list__definition ">
823+ < section class ="phpdocumentor-description "> < p > Additional event names to reset.</ p >
824+ </ section >
825+
826+ </ dd >
827+ </ dl >
828+
817829
818830
819831
0 commit comments