PHP Class FluxBB\Actions\SetSettings

Inheritance: extends FluxBB\Core\Action
Afficher le fichier Open project: fluxbb/core

Protected Properties

Свойство Type Description
$config FluxBB\Models\ConfigRepositoryInterface

Méthodes publiques

Méthode Description
__construct ( FluxBB\Models\ConfigRepositoryInterface $config )

Méthodes protégées

Méthode Description
run ( ) : void Run the action and return a response for the user.

Method Details

__construct() public méthode

public __construct ( FluxBB\Models\ConfigRepositoryInterface $config )
$config FluxBB\Models\ConfigRepositoryInterface

run() protected méthode

Run the action and return a response for the user.
protected run ( ) : void
Résultat void

Property Details

$config protected_oe property

protected ConfigRepositoryInterface,FluxBB\Models $config
Résultat FluxBB\Models\ConfigRepositoryInterface