Exemple #1
0
 /**
  * Constructor
  *
  */
 public function __construct()
 {
     parent::__construct('Word.Application');
 }
Exemple #2
0
 /**
  * Constructor
  *
  */
 public function __construct()
 {
     parent::__construct('Excel.Application');
 }
 /**
  * Constructor
  *
  */
 public function __construct()
 {
     parent::__construct('WScript.Shell');
 }
Exemple #4
0
 /**
  * Constructor
  *
  */
 public function __construct()
 {
     parent::__construct('Outlook.Application');
 }