PHP 클래스 Learner\Services\Newsletter\Newsletter

파일 보기 프로젝트 열기: RryLee/learner.video 1 사용 예제들

공개 메소드들

메소드 설명
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