Bristol SU Support Package
src
ModuleInstance
Contracts
Settings
ModuleSettingsStore.php
Go to the documentation of this file.
1
<?php
2
3
namespace
BristolSU\Support\ModuleInstance\Contracts\Settings
;
4
5
use
FormSchema\Schema\Form
;
6
10
interface
ModuleSettingsStore
11
{
12
20
public
function
register
(
string
$alias, Form $settings);
21
30
public
function
get
(
string
$alias): Form;
31
32
}
Form
BristolSU\Support\ModuleInstance\Contracts\Settings
Definition:
ModuleSettingsStore.php:3
BristolSU\Support\ModuleInstance\Contracts\Settings\ModuleSettingsStore
Definition:
ModuleSettingsStore.php:10
Generated by
1.8.13