コード例 #1
0
ファイル: editing_page.php プロジェクト: jozefkrz/gpEasy-CMS
 /**
  * Get the data file, get draft file if it exists
  *
  */
 public function GetFile()
 {
     parent::GetFile();
     if (!$this->draft_exists) {
         return;
     }
     $this->file_sections = gpFiles::Get($this->draft_file, 'file_sections');
     $this->draft_meta = gpFiles::$last_meta;
     $this->draft_stats = gpFiles::$last_stats;
 }