/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/IosDeviceList.php (1213B)
iosDevices = $iosDevices;
}
/**
* @return IosDevice[]
*/
public function getIosDevices()
{
return $this->iosDevices;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(IosDeviceList::class, 'Google_Service_Testing_IosDeviceList');