PHPDoc for AddModule()

SVN:trunk[5160]
This commit is contained in:
Pierre Goiffon
2017-12-20 16:34:55 +00:00
parent 9be804fb35
commit a9fc1083c7

View File

@@ -60,6 +60,13 @@ class ModuleDiscovery
self::$m_sModulePath = $sModulePath;
}
/**
* @param string $sFilePath
* @param string $sId
* @param array $aArgs
*
* @throws \Exception for missing parameter
*/
public static function AddModule($sFilePath, $sId, $aArgs)
{
if (!array_key_exists('itop_version', $aArgs))