ModuleSettingsForm
extends Form
Table of Contents
-
$ldapModule
: LDAPModule
-
$settings
: array<string|int, mixed>
-
__construct()
: mixed
-
build()
: Form
-
setLdapModule()
: void
-
setSettings()
: void
$ldapModule
private
LDAPModule
$ldapModule
$settings
private
array<string|int, mixed>
$settings
__construct()
public
__construct([mixed $parent = null ][, string $name = null ]) : mixed
Parameters
-
$parent
: mixed
= null
-
-
$name
: string
= null
-
Return values
mixed
—
build()
public
build() : Form
Return values
Form
—
setLdapModule()
public
setLdapModule(LDAPModule $module) : void
Parameters
-
$module
: LDAPModule
-
Return values
void
—
setSettings()
public
setSettings(array<string|int, mixed> $settings) : void
Parameters
-
$settings
: array<string|int, mixed>
-
Return values
void
—