Exemplo n.º 1
0
 /**
  * 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;
 }