@@ -27,6 +27,9 @@ |
||
27 | 27 | private $_config; |
28 | 28 | private $_http; |
29 | 29 | |
30 | + /** |
|
31 | + * @param Gateway $gateway |
|
32 | + */ |
|
30 | 33 | public function __construct($gateway) |
31 | 34 | { |
32 | 35 | $this->_gateway = $gateway; |
@@ -27,6 +27,9 @@ |
||
27 | 27 | private $_config; |
28 | 28 | private $_http; |
29 | 29 | |
30 | + /** |
|
31 | + * @param Gateway $gateway |
|
32 | + */ |
|
30 | 33 | public function __construct($gateway) |
31 | 34 | { |
32 | 35 | $this->_gateway = $gateway; |
@@ -27,6 +27,9 @@ |
||
27 | 27 | private $_config; |
28 | 28 | private $_http; |
29 | 29 | |
30 | + /** |
|
31 | + * @param Gateway $gateway |
|
32 | + */ |
|
30 | 33 | public function __construct($gateway) |
31 | 34 | { |
32 | 35 | $this->_gateway = $gateway; |