hash = $hash; $this->expiry = $expiry; } /** * @return string */ public function get_hash() { return $this->hash; } /** * @return int */ public function get_expiry() { return $this->expiry; } }