getDocument()->serializeToString(); $writtenBytes = file_put_contents($filePath, $data); if ($writtenBytes === false) { throw new RuntimeException(sprintf('Unable to write ClearGroups file: %s', $filePath)); } } }