PHP 인터페이스 Learner\Repositories\SubscriberRepositoryInterface

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

공개 메소드들

메소드 설명
deleteByEmail ( string $email ) : boolean Delele a subscriber by id.
listEmailPaginated ( integer $perPage = 50 ) : Illuminate\Database\Eloquent\Collection Find all email.
store ( string $email ) : boolean Store the email.

메소드 상세

deleteByEmail() 공개 메소드

Delele a subscriber by id.
public deleteByEmail ( string $email ) : boolean
$email string
리턴 boolean

listEmailPaginated() 공개 메소드

Find all email.
public listEmailPaginated ( integer $perPage = 50 ) : Illuminate\Database\Eloquent\Collection
$perPage integer
리턴 Illuminate\Database\Eloquent\Collection

store() 공개 메소드

Store the email.
public store ( string $email ) : boolean
$email string
리턴 boolean