PHP Class Flarum\Event\SettingWasSet

Afficher le fichier Open project: flarum/core

Méthodes publiques

Свойство Type Description
$key string The setting key that was set.
$value string The setting value that was set.

Méthodes publiques

Méthode Description
__construct ( string $key, string $value )

Method Details

__construct() public méthode

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
Résultat string

$value public_oe property

The setting value that was set.
public string $value
Résultat string