BlackListController
extends Controller
in package
Table of Contents
- blackList() : mixed
- Show black list numbers
- deleteBlackList() : mixed
- Delete number from black list
- ownerBlackList() : mixed
- showBlackList() : mixed
Methods
blackList()
Show black list numbers
public
blackList(Request $request) : mixed
Parameters
- $request : Request
Return values
mixed —deleteBlackList()
Delete number from black list
public
deleteBlackList(mixed $id) : mixed
Parameters
- $id : mixed
Return values
mixed —ownerBlackList()
public
ownerBlackList() : mixed
Return values
mixed —showBlackList()
public
showBlackList() : mixed