Home
last modified time | relevance | path

Searched refs:eventConditions (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DGoalEventDetails.php33 public function setEventConditions($eventConditions) argument
35 $this->eventConditions = $eventConditions;
42 return $this->eventConditions;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1864 public $eventConditions; variable in Google_GoalEventDetails
1866 …function setEventConditions(/* array(Google_GoalEventDetailsEventConditions) */ $eventConditions) { argument
1867 $this->assertIsArray($eventConditions, 'Google_GoalEventDetailsEventConditions', __METHOD__);
1868 $this->eventConditions = $eventConditions;
1871 return $this->eventConditions;