Creating shipping CSV
This commit is contained in:
@@ -4,6 +4,10 @@ class File extends mfBaseModel {
|
||||
private $creator;
|
||||
private $editor;
|
||||
|
||||
public function createFile($overwrite = false) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
public function delete() {
|
||||
if($this->id) {
|
||||
$id = $this->id;
|
||||
|
||||
Reference in New Issue
Block a user