ConfigChange

A structure representing a configuration change.

package

Default

Methods

ConfigChange constructor

__construct( $configChange = null) 

Arguments

$configChange

mixed | null

getNewConfiguration

getNewConfiguration() : array

Response

array

getPreviousConfiguration

getPreviousConfiguration() : array

Response

array

setNewConfiguration

setNewConfiguration( $newConfiguration) : $this

Arguments

$newConfiguration

array

Response

$this

setPreviousConfiguration

setPreviousConfiguration( $previousConfiguration) : $this

Arguments

$previousConfiguration

array

Response

$this