/**
  * Returns the value of the Expires header as a DateTime instance.
  *
  * @return \DateTime|null A DateTime instance or null if the header does not exist
  *
  * @api
  */
 public function getExpires()
 {
     return parent::getExpires();
 }