Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class PsaCreateCustomTicketResponse implements ResultInterface |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @var \Spinen\Ncentral\Type\EiCustomPsaTicketResponse |
||
13 | */ |
||
14 | private $return; |
||
15 | |||
16 | /** |
||
17 | * @return \Spinen\Ncentral\Type\EiCustomPsaTicketResponse |
||
18 | */ |
||
19 | public function getReturn() |
||
20 | { |
||
21 | return $this->return; |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @param \Spinen\Ncentral\Type\EiCustomPsaTicketResponse $return |
||
26 | * @return PsaCreateCustomTicketResponse |
||
27 | */ |
||
28 | public function withReturn($return) |
||
34 | } |
||
35 | |||
39 |