Update PHPDoc

This commit is contained in:
Molkobain
2021-03-26 10:28:08 +01:00
parent 082592fc22
commit 6028a3e419

View File

@@ -183,6 +183,8 @@ class XMLDataLoader
* @param $sFilePath string The full path to the XML file to load
* @param $bUpdateKeyCacheOnly bool Set to true to *just* update the keys cache but not reload the objects
* @param bool $bSearch Set to true to create objects only if they do not already exist based on reconciliation keys
*
* @since 3.0.0 Added $bSearch parameter
*/
function LoadFile($sFilePath, $bUpdateKeyCacheOnly = false, bool $bSearch = false)
{