Ejemplo n.º 1
0
 /**
  * @param               $filename
  * @param HypixelObject $obj
  */
 public function setCache($filename, HypixelObject $obj)
 {
     $content = json_encode($obj->getRaw());
     $this->setFileContent($filename, $content);
 }