Finished Cpeshipping

This commit is contained in:
Frank Schubert
2021-10-28 20:53:27 +02:00
parent 877d511030
commit 5a9ffd2679
11 changed files with 425 additions and 17 deletions

View File

@@ -4,8 +4,10 @@ class File extends mfBaseModel {
private $creator;
private $editor;
public function createFile($overwrite = false) {
// TODO
public static function createFile($filename = false, $overwrite = false) {
// make filename
}
public function delete() {