/**
  * Constructor for modInstallConnector object.
  *
  * @constructor
  * @param modInstall &$modInstall A reference to the modInstall object.
  */
 function __construct(modInstall &$modInstall)
 {
     $this->install =& $modInstall;
     $this->install->loadSettings();
     $this->settings =& $this->install->settings;
 }