Backend\Modules\Analytics\Form\SettingsStepWebPropertyType::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $name, ModulesSettings $settings, Google_Service_Analytics $googleServiceAnalytics )
$name string
$settings common\ModulesSettings
$googleServiceAnalytics Google_Service_Analytics
    public function __construct($name, ModulesSettings $settings, Google_Service_Analytics $googleServiceAnalytics)
    {
        $this->form = new Form($name);
        $this->settings = $settings;
        $this->googleServiceAnalytics = $googleServiceAnalytics;
        $this->build();
    }