PHP Class Flarum\Event\PrepareSerializedSetting

Datei anzeigen Open project: flarum/core

Public Properties

Property Type Description
$key string The settings key being saved.
$value string The settings value to save.

Public Methods

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

Method Details

__construct() public method

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
return string

$value public_oe property

The settings value to save.
public string $value
return string