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