MP_Calculator_MortgageSettings::__construct()

MP_Calculator_Settings constructor.

Contents


Source Source

File: mortgage-platform/Inc/Calculators/MortgageCalculator/MP_Calculator_MortgageSettings.php

	public function __construct() {
		$this->calculator_settings = get_option( MortgagePlatform::$prefix . 'mortgage_calculator' );
		$this->lead_settings       = get_option( MortgagePlatform::$prefix . 'leads' );
		$this->style_settings      = get_option( MortgagePlatform::$prefix . 'style' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.