You are here

public function ALProfilesContext::__construct in Acquia Lift Connector 7

Same name and namespace in other branches
  1. 7.2 acquia_lift_profiles/plugins/visitor_context/ALProfilesContext.inc \ALProfilesContext::__construct()

Constructs an ALProfilesContext object.

Parameters

$selected_context:

ALProfilesAPI $acquia_lift_profiles_api:

File

acquia_lift_profiles/plugins/visitor_context/ALProfilesContext.inc, line 54
Provides a context plugin for Acquia Lift Profiles

Class

ALProfilesContext
@file Provides a context plugin for Acquia Lift Profiles

Code

public function __construct(PersonalizeAgentInterface $agent, $selected_context, ALProfilesAPI $acquia_lift_profiles_api) {
  parent::__construct($agent, $selected_context);
  $this->acquia_lift_profilesAPI = $acquia_lift_profiles_api;
}