PHP Class Gui\Ipc\EventMessage

This class is used as a EventMessage object
Since: 0.1
Author: Gabriel Couto @gabrielrcouto
Inheritance: implements MessageInterface
Show file Open project: gabrielrcouto/php-gui

Public Properties

Property Type Description
$method string The event method
$params array The command params

Public Methods

Method Description
__construct ( string $method, array $params ) : void The constructor method

Method Details

__construct() public method

The constructor method
public __construct ( string $method, array $params ) : void
$method string
$params array
return void

Property Details

$method public property

The event method
public string $method
return string

$params public property

The command params
public array $params
return array