Exemple #1
0
 /**
  * Constructor.
  * @see install.form.InstallForm for the expected parameters
  * @param $params array installer parameters
  * @param $descriptor string descriptor path
  * @param $isPlugin boolean true iff a plugin is being installed
  */
 function __construct($params, $descriptor = 'install.xml', $isPlugin = false)
 {
     parent::__construct($descriptor, $params, $isPlugin);
 }