/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Appengine
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Appengine/TrafficSplit.php (1285B)
allocations = $allocations;
}
public function getAllocations()
{
return $this->allocations;
}
/**
* @param string
*/
public function setShardBy($shardBy)
{
$this->shardBy = $shardBy;
}
/**
* @return string
*/
public function getShardBy()
{
return $this->shardBy;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TrafficSplit::class, 'Google_Service_Appengine_TrafficSplit');