/home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics
Edit: /home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics/GoalEventDetails.php (1542B)
eventConditions = $eventConditions;
}
/**
* @return GoalEventDetailsEventConditions[]
*/
public function getEventConditions()
{
return $this->eventConditions;
}
public function setUseEventValue($useEventValue)
{
$this->useEventValue = $useEventValue;
}
public function getUseEventValue()
{
return $this->useEventValue;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoalEventDetails::class, 'Google_Service_Analytics_GoalEventDetails');