Phpcraft
Public Member Functions | Public Attributes | List of all members
Phpcraft\Event\ProxyConsoleEvent Class Reference
Inheritance diagram for Phpcraft\Event\ProxyConsoleEvent:
Inheritance graph
[legend]
Collaboration diagram for Phpcraft\Event\ProxyConsoleEvent:
Collaboration graph
[legend]

Public Member Functions

 __construct (ProxyServer $server, string $message)
 
- Public Member Functions inherited from Phpcraft\Event\ProxyEvent
 __construct (ProxyServer $server)
 

Public Attributes

 $message
 
- Public Attributes inherited from Phpcraft\Event\ProxyEvent
 $server
 

Detailed Description

The event emitted by the proxy when the console has proposed a broadcast. Cancellable.

Constructor & Destructor Documentation

◆ __construct()

Phpcraft\Event\ProxyConsoleEvent::__construct ( ProxyServer  $server,
string  $message 
)

Member Data Documentation

◆ $message

string Phpcraft\Event\ProxyConsoleEvent::$message

The message that the console has proposed.