1 | <?php |
||
7 | final class Image |
||
8 | { |
||
9 | const BASE_URL = 'https://image.izettle.com/productimage/'; |
||
10 | |||
11 | private $filename; |
||
12 | |||
13 | 9 | public function __construct($filename) |
|
17 | |||
18 | 10 | public function getFilename(): string |
|
22 | |||
23 | 1 | public function getSmallImageUrl(): string |
|
27 | |||
28 | 1 | public function getLargeImageUrl(): string |
|
32 | } |
||
33 |