PHP Class Flarum\Event\SettingWasSet

Datei anzeigen Open project: flarum/core

Public Properties

Property Type Description
$key string The setting key that was set.
$value string The setting value that was set.

Public Methods

Method Description
__construct ( string $key, string $value )

Method Details

__construct() public method

public __construct ( string $key, string $value )
$key string The setting key that was set.
$value string The setting value that was set.

Property Details

$key public_oe property

The setting key that was set.
public string $key
return string

$value public_oe property

The setting value that was set.
public string $value
return string