SmsController
extends Controller
in package
Table of Contents
- addToBlackList() : RedirectResponse
- Adding the number to the black list by the receiver
- blackList() : Application|Factory|View
- Show black list request page by the receiver
- downloadStatics() : mixed
- index() : mixed
- Fetch user ata and showing the sms page
- poolSms() : mixed
- sendNewSms() : mixed
- This method will send new sms the new sms will send by job "SendSmsProcess"
- showCampaingStatus() : mixed
- voteSms() : mixed
Methods
addToBlackList()
Adding the number to the black list by the receiver
public
addToBlackList(Request $request) : RedirectResponse
Parameters
- $request : Request
Return values
RedirectResponse —blackList()
Show black list request page by the receiver
public
blackList( $user_id, $mobile, $messageId) : Application|Factory|View
Parameters
Return values
Application|Factory|View —downloadStatics()
public
downloadStatics(mixed $days) : mixed
Parameters
- $days : mixed
Return values
mixed —index()
Fetch user ata and showing the sms page
public
index() : mixed
Return values
mixed —poolSms()
public
poolSms() : mixed
Return values
mixed —sendNewSms()
This method will send new sms the new sms will send by job "SendSmsProcess"
public
sendNewSms(Request $request) : mixed
Parameters
- $request : Request
Return values
mixed —showCampaingStatus()
public
showCampaingStatus() : mixed
Return values
mixed —voteSms()
public
voteSms() : mixed