PHP Class Flarum\Event\PrepareUnserializedSettings

This event is fired when settings have been retrieved from the database and are being unserialized for display in the client.
Afficher le fichier Open project: flarum/core

Méthodes publiques

Свойство Type Description
$settings array The settings array to be unserialized.

Méthodes publiques

Méthode Description
__construct ( array &$settings )

Method Details

__construct() public méthode

public __construct ( array &$settings )
$settings array The settings array to be unserialized.

Property Details

$settings public_oe property

The settings array to be unserialized.
public array $settings
Résultat array