mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
PHPDoc for AddModule()
SVN:trunk[5160]
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user