/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Testing
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Testing/ClientInfo.php (1522B)
clientInfoDetails = $clientInfoDetails;
}
/**
* @return ClientInfoDetail[]
*/
public function getClientInfoDetails()
{
return $this->clientInfoDetails;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ClientInfo::class, 'Google_Service_Testing_ClientInfo');