Ejemplo n.º 1
0
 /**
  * Saves the payload
  */
 public function SavePayload()
 {
     if ($this->payload != null) {
         JsonWriter::Write(PathFinder::RealPath("Json/resource/generated_groups.json"), $this->payload);
     }
 }
Ejemplo n.º 2
0
 /**
  * Write that log.
  */
 public function WriteLog()
 {
     JsonWriter::Write(PathFinder::RealPath("/Json/resource/install_log.json"), Install::$log);
 }