コード例 #1
0
ファイル: Response.php プロジェクト: klaasn/symfony-sandbox
 /**
  * Returns the Last-Modified HTTP header as a DateTime instance.
  *
  * @return \DateTime A DateTime instance
  */
 public function getLastModified()
 {
     return $this->headers->getDate('LastModified');
 }