PHP Класс Learner\Services\Newsletter\Newsletter

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
send ( string $subject, string $contents ) : associative_array Send a newsletter.
subscribe ( string $email ) : mixed Add a email to list
unsubscribe ( string $email ) : mixed Add a email from list

Описание методов

send() публичный Метод

Send a newsletter.
public send ( string $subject, string $contents ) : associative_array
$subject string
$contents string
Результат associative_array with a single entry: - complete bool whether the call worked. reallistically this will always be true as errors will be thrown otherwise.

subscribe() публичный Метод

Add a email to list
public subscribe ( string $email ) : mixed
$email string
Результат mixed

unsubscribe() публичный Метод

Add a email from list
public unsubscribe ( string $email ) : mixed
$email string
Результат mixed