コード例 #1
0
 /**
  * Initializes this gateway.
  */
 public function init()
 {
     parent::init();
     $this->_client = $this->createClient();
 }