@@ -15,6 +15,9 @@ |
||
15 | 15 | private $operations = array(); |
16 | 16 | private $batch_id; |
17 | 17 | |
18 | + /** |
|
19 | + * @param string $batch_id |
|
20 | + */ |
|
18 | 21 | public function __construct(MailChimp $MailChimp, $batch_id = null) |
19 | 22 | { |
20 | 23 | $this->MailChimp = $MailChimp; |