IncomingSmsController
extends Controller
in package
Table of Contents
- incomingSharedSms() : mixed
- Get the incoming sms for shared numbers
- incomingSms() : mixed
- Get the incoming sms for dedicated numbers
- setSmsIsView() : mixed
- Set the sms is read
- showInbox() : mixed
- Show inbox list for current user
Methods
incomingSharedSms()
Get the incoming sms for shared numbers
public
incomingSharedSms(Request $request) : mixed
Parameters
- $request : Request
Return values
mixed —incomingSms()
Get the incoming sms for dedicated numbers
public
incomingSms(Request $request) : mixed
Parameters
- $request : Request
Return values
mixed —setSmsIsView()
Set the sms is read
public
setSmsIsView(mixed $id) : mixed
Parameters
- $id : mixed
Return values
mixed —showInbox()
Show inbox list for current user
public
showInbox() : mixed