timeout = (float) $timeout; } /** * Get the timeout value in seconds. * * @return float */ public function getTimeout() { return $this->timeout; } }