コード例 #1
0
ファイル: Upgrader.php プロジェクト: jeremycherfas/grav-blog
 /**
  * Returns the release date of the latest version of Grav
  *
  * @return string
  */
 public function getReleaseDate()
 {
     return $this->remote->getDate();
 }