Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
8 | class WishlistGuestPagelet extends Pagelet |
||
9 | { |
||
10 | /** |
||
11 | * @var LoadGuestWishlistRouteResponse |
||
12 | */ |
||
13 | protected $searchResult; |
||
14 | |||
15 | public function getSearchResult(): LoadGuestWishlistRouteResponse |
||
16 | { |
||
17 | return $this->searchResult; |
||
18 | } |
||
19 | |||
20 | public function setSearchResult(LoadGuestWishlistRouteResponse $searchResult): void |
||
23 | } |
||
24 | } |
||
25 |