You are here

interface AcquiaLiftLearningAgentInterface in Acquia Lift Connector 7.2

@file Provides an interface for Acquia Lift learning agents.

Hierarchy

Expanded class hierarchy of AcquiaLiftLearningAgentInterface

All classes that implement AcquiaLiftLearningAgentInterface

File

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

View source
interface AcquiaLiftLearningAgentInterface {

  /**
   * Returns an
   * @return mixed
   */
  public static function getAPIInstance();

  /**
   * @param $option_sets
   * @param $new_goals
   * @param array $old_goals
   * @return mixed
   */
  public function getAgentSyncOperations($option_sets, $new_goals, $old_goals = array());

}

Members