DirectoryConfigurationField
extends ConfigurationField
in package
Table of Contents
Methods
- __construct() : mixed
- getValue() : mixed
- hasValue() : bool
- setValue() : mixed
Methods
__construct()
public
__construct([mixed $defaultValue = null ]) : mixed
Parameters
- $defaultValue : mixed = null
getValue()
public
getValue() : mixed
hasValue()
public
hasValue() : bool
Return values
boolsetValue()
public
setValue(mixed $newValue) : mixed
Parameters
- $newValue : mixed