Add isArchive method

modifié:         core/lib/Thelia/Core/Event/ImportExport.php
This commit is contained in:
Benjamin Perche
2014-07-18 15:42:38 +02:00
parent fac049ef8e
commit 778a2b8ca0

View File

@@ -146,4 +146,8 @@ class ImportExport extends ActionEvent
return $this->content;
}
public function isArchive()
{
return $this->archiveBuilder !== null;
}
}