owner = $owner; $this->timeout = $timeout; } /** * @return int * @since 18.0.0 */ public function getTimeout(): int { return $this->timeout; } /** * @return string|null * @since 18.0.0 */ public function getOwner(): ?string { return $this->owner; } }