PHP Class Flarum\Event\PrepareSerializedSetting

Afficher le fichier Open project: flarum/core

Méthodes publiques

Свойство Type Description
$key string The settings key being saved.
$value string The settings value to save.

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 settings key being saved.
$value string The settings value to save.

Property Details

$key public_oe property

The settings key being saved.
public string $key
Résultat string

$value public_oe property

The settings value to save.
public string $value
Résultat string