FluxBB\Events\OptionWasChanged::__construct PHP Method

__construct() public method

public __construct ( $key, $value )
    public function __construct($key, $value)
    {
        $this->key = $key;
        $this->value = $value;
    }
OptionWasChanged