Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
4 | class easyZarinpal { |
||
5 | private array $settings = []; |
||
6 | |||
7 | public function setSandbox (string $sandbox): self { |
||
10 | } |
||
11 | |||
12 | public function setZarinGate (string $zarin_gate): self { |
||
15 | } |
||
16 | |||
17 | public function setMerchantId (int $merchant_id): self { |
||
20 | } |
||
21 | |||
22 | public function getSettings (): array { |
||
24 | } |
||
25 | } |