/var/www/flurhymez/vendor/google/apiclient-services/src/Dns
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Dns/OperationManagedZoneContext.php (1510B)
newValue = $newValue;
}
/**
* @return ManagedZone
*/
public function getNewValue()
{
return $this->newValue;
}
/**
* @param ManagedZone
*/
public function setOldValue(ManagedZone $oldValue)
{
$this->oldValue = $oldValue;
}
/**
* @return ManagedZone
*/
public function getOldValue()
{
return $this->oldValue;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OperationManagedZoneContext::class, 'Google_Service_Dns_OperationManagedZoneContext');