/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch/Barrier.php (1050B)
name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Barrier::class, 'Google_Service_Batch_Barrier');