@@ -909,7 +909,7 @@ public function getStaticPreProcessingFiles($filePattern = '*')
909
909
$ moduleLocalePath [] = $ moduleDir . "/view/ {$ area }/web/i18n/ {$ locale }" ;
910
910
}
911
911
912
- $ this ->_accumulateStaticFiles ($ area , $ filePattern , $ result );
912
+ $ this ->accumulateStaticFiles ($ area , $ filePattern , $ result );
913
913
$ this ->_accumulateFilesByPatterns ($ moduleLocalePath , $ filePattern , $ result , '_parseModuleLocaleStatic ' );
914
914
$ this ->accumulateThemeStaticFiles ($ area , $ locale , $ filePattern , $ result );
915
915
self ::$ _cache [$ key ] = $ result ;
@@ -1020,7 +1020,7 @@ protected function _accumulateFilesByPatterns(array $patterns, $filePattern, arr
1020
1020
/**
1021
1021
* Parse meta-info of a static file in module
1022
1022
*
1023
- * @deprecated Replaced with method _accumulateStaticFiles ()
1023
+ * @deprecated Replaced with method accumulateStaticFiles ()
1024
1024
*
1025
1025
* @param string $file
1026
1026
* @return array
@@ -1049,7 +1049,7 @@ protected function _parseModuleStatic($file)
1049
1049
* @param array $result
1050
1050
* @return void
1051
1051
*/
1052
- private function _accumulateStaticFiles ($ area , $ filePattern , array &$ result )
1052
+ private function accumulateStaticFiles ($ area , $ filePattern , array &$ result )
1053
1053
{
1054
1054
foreach ($ this ->componentRegistrar ->getPaths (ComponentRegistrar::MODULE ) as $ moduleName => $ moduleDir ) {
1055
1055
$ moduleWebPath = $ moduleDir . "/view/ {$ area }/web " ;
0 commit comments