Add isArchive method
modifié: core/lib/Thelia/Core/Event/ImportExport.php
This commit is contained in:
@@ -146,4 +146,8 @@ class ImportExport extends ActionEvent
|
||||
return $this->content;
|
||||
}
|
||||
|
||||
public function isArchive()
|
||||
{
|
||||
return $this->archiveBuilder !== null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user