AdminFeedFacade
in package
Class AdminFeedFacade
Table of Contents
- adminInfoboxMessages() : array<string|int, mixed>
- Returns the messages as a json response for the dynamic shop messages system.
- adminNews() : string
- Returns the admin news as html.
- dynamicShopMessages() : JsonHttpControllerResponse
- Returns the messages as a json response for the dynamic shop messages system.
- sendServerInfo() : bool
- Sends the given server info and comment to Gambio.
Methods
adminInfoboxMessages()
Returns the messages as a json response for the dynamic shop messages system.
public
adminInfoboxMessages() : array<string|int, mixed>
Return values
array<string|int, mixed> —adminNews()
Returns the admin news as html.
public
adminNews() : string
Return values
string —dynamicShopMessages()
Returns the messages as a json response for the dynamic shop messages system.
public
dynamicShopMessages() : JsonHttpControllerResponse
Return values
JsonHttpControllerResponse —sendServerInfo()
Sends the given server info and comment to Gambio.
public
sendServerInfo(string $serverInfo, string $comment) : bool
Parameters
- $serverInfo : string
- $comment : string