You are here

public function AcquiaLiftLearningAgentInterface::getAgentSyncOperations in Acquia Lift Connector 7.2

Parameters

$option_sets:

$new_goals:

array $old_goals:

Return value

mixed

1 method overrides AcquiaLiftLearningAgentInterface::getAgentSyncOperations()
AcquiaLiftLearn::getAgentSyncOperations in plugins/agent_types/AcquiaLiftLearn.inc
Implements AcquiaLiftLearningAgentInterface::getAgentSyncOperations().

File

includes/AcquiaLiftLearningAgentInterface.inc, line 20
Provides an interface for Acquia Lift learning agents.

Class

AcquiaLiftLearningAgentInterface
@file Provides an interface for Acquia Lift learning agents.

Code

public function getAgentSyncOperations($option_sets, $new_goals, $old_goals = array());