Searched refs:eventConditions (Results 1 – 2 of 2) sorted by relevance
33 public function setEventConditions($eventConditions) argument35 $this->eventConditions = $eventConditions;42 return $this->eventConditions;
1864 public $eventConditions; variable in Google_GoalEventDetails1866 …function setEventConditions(/* array(Google_GoalEventDetailsEventConditions) */ $eventConditions) { argument1867 $this->assertIsArray($eventConditions, 'Google_GoalEventDetailsEventConditions', __METHOD__);1868 $this->eventConditions = $eventConditions;1871 return $this->eventConditions;