MessagingController
class MessagingController extends Controller (View source)
Traits
Illuminate\Foundation\Auth\Access\AuthorizesRequests
Illuminate\Foundation\Bus\DispatchesJobs
Illuminate\Foundation\Validation\ValidatesRequests
Methods
RedirectResponse
getIndex()
Redirect index requests to inbox.
View
getInbox()
Return the messages inbox view.
View
getSent()
Return the messages sent view.
View
getAddressBook()
Return the messaging address book view.
View
getCompose()
Return the messaging compose view.
View
getReply(
int $messageId)
Return the messaging compose reply view.
View
getView(
int $messageId)
Return the messaging message view.
RedirectResponse
postSend(
Request $request)
Send a message.
RedirectResponse
postManage(
Request $request)
Manage message flags.
Details
at line 37
RedirectResponse
getIndex()
Redirect index requests to inbox.
at line 47
View
getInbox()
Return the messages inbox view.
at line 62
View
getSent()
Return the messages sent view.
at line 77
View
getAddressBook()
Return the messaging address book view.
at line 91
View
getCompose()
Return the messaging compose view.
at line 112
View
getReply(
int $messageId)
Return the messaging compose reply view.
at line 126
View
getView(
int $messageId)
Return the messaging message view.
at line 146
RedirectResponse
postSend(
Request $request)
Send a message.
at line 190
RedirectResponse
postManage(
Request $request)
Manage message flags.