| 1 | <?php  | 
            ||
| 12 | class ContactListUnsubscriber  | 
            ||
| 13 | { | 
            ||
| 14 | protected $client;  | 
            ||
| 15 | protected $convertor;  | 
            ||
| 16 | |||
| 17 | /**  | 
            ||
| 18 | * @param ContactListConvertor $convertor  | 
            ||
| 19 | * @param Client $client  | 
            ||
| 20 | */  | 
            ||
| 21 | 2 | public function __construct(ContactListConvertor $convertor, Client $client)  | 
            |
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * @param string $listName  | 
            ||
| 29 | * @param string $contact  | 
            ||
| 30 | */  | 
            ||
| 31 | 1 | public function unsubscribe($listName, $contact)  | 
            |
| 41 | }  | 
            ||
| 42 |