/var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults/InAppPurchasesFound.php (1629B)
inAppPurchasesFlowsExplored = $inAppPurchasesFlowsExplored;
}
/**
* @return int
*/
public function getInAppPurchasesFlowsExplored()
{
return $this->inAppPurchasesFlowsExplored;
}
/**
* @param int
*/
public function setInAppPurchasesFlowsStarted($inAppPurchasesFlowsStarted)
{
$this->inAppPurchasesFlowsStarted = $inAppPurchasesFlowsStarted;
}
/**
* @return int
*/
public function getInAppPurchasesFlowsStarted()
{
return $this->inAppPurchasesFlowsStarted;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InAppPurchasesFound::class, 'Google_Service_ToolResults_InAppPurchasesFound');