A class representing a configuration entry containing name, value and additional metadata
package |
Default |
---|
__construct( $configEntry = null)
mixed | null
getName() : string
string
getSource() : string
string
getSynonyms() : array
array
getValue() : string
string
isDefault() : boolean
boolean
isReadOnly() : boolean
boolean
isSensitive() : boolean
boolean
setDefault( $default) : $this
boolean
$this
setName( $name) : $this
string
$this
setReadOnly( $readOnly) : $this
boolean
$this
setSensitive( $sensitive) : $this
boolean
$this
setSource( $source) : $this
string
$this
setSynonyms( $synonyms) : $this
ConfigSynonym|array
$this
setValue( $value) : $this
string
$this