메소드 | 설명 | |
---|---|---|
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. |
public deleteByEmail ( string $email ) : boolean | ||
string | ||
리턴 | boolean |
public listEmailPaginated ( integer $perPage = 50 ) : Illuminate\Database\Eloquent\Collection | ||
$perPage | integer | |
리턴 | Illuminate\Database\Eloquent\Collection |