PHP Class FluxBB\Actions\SetSettings

Inheritance: extends FluxBB\Core\Action
Datei anzeigen Open project: fluxbb/core

Protected Properties

Property Type Description
$config FluxBB\Models\ConfigRepositoryInterface

Public Methods

Method Description
__construct ( FluxBB\Models\ConfigRepositoryInterface $config )

Protected Methods

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

Method Details

__construct() public method

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

run() protected method

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

Property Details

$config protected_oe property

protected ConfigRepositoryInterface,FluxBB\Models $config
return FluxBB\Models\ConfigRepositoryInterface