示例#1
0
 /**
  * Returns the Date header as a DateTime instance.
  *
  * @return \DateTime A \DateTime instance
  *
  * @throws \RuntimeException When the header is not parseable
  *
  * @api
  */
 public function getDate()
 {
     return parent::getDate();
 }