/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/SecretManager
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/SecretManager/Rotation.php (1457B)
nextRotationTime = $nextRotationTime;
}
/**
* @return string
*/
public function getNextRotationTime()
{
return $this->nextRotationTime;
}
/**
* @param string
*/
public function setRotationPeriod($rotationPeriod)
{
$this->rotationPeriod = $rotationPeriod;
}
/**
* @return string
*/
public function getRotationPeriod()
{
return $this->rotationPeriod;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Rotation::class, 'Google_Service_SecretManager_Rotation');