コード例 #1
0
 public function __construct(&$gateway)
 {
     global $wgScriptPath;
     // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this
     if (!strlen($this->getStylePath())) {
         $this->setStylePath($wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoColumnLetter4.css');
     }
     parent::__construct($gateway);
 }
コード例 #2
0
 public function __construct(&$gateway)
 {
     parent::__construct($gateway);
 }