$fileMap public property
Mapping between message categories and the corresponding message file paths. The file paths are relative to $basePath. For example,
[
'core' => 'core.php',
'ext' => 'extensions.php',
]
$fileMap public property
Mapping between message categories and the corresponding message file paths. The file paths are relative to $basePath. For example,
[
'core' => 'core.php',
'ext' => 'extensions.php',
]
Please login to continue.