1 | <?php |
||
11 | class Export extends AbstractApi |
||
12 | { |
||
13 | /** @var string */ |
||
14 | protected $branch; |
||
15 | |||
16 | /** |
||
17 | * @return mixed |
||
18 | */ |
||
19 | public function execute() |
||
34 | |||
35 | /** |
||
36 | * @return string |
||
37 | */ |
||
38 | public function getBranch() |
||
42 | |||
43 | /** |
||
44 | * @param string $branch |
||
45 | */ |
||
46 | public function setBranch($branch) |
||
50 | } |
||
51 |