getId(); $data = $this->getData(); $saveasfile = "modules/ITS4YouStyles/resources/files/style_" . $id . ".css"; $fh = fopen($saveasfile, 'w'); fwrite($fh, $data["stylecontent"]); fclose($fh); } }