delivery process

This commit is contained in:
Etienne Roudeix
2013-09-16 15:24:08 +02:00
parent c7b3aea7f0
commit d8b5df4162
5 changed files with 39 additions and 16 deletions

View File

@@ -28,6 +28,9 @@ use Symfony\Component\DependencyInjection\ContainerAware;
abstract class BaseModule extends ContainerAware
{
const CLASSIC_MODULE_TYPE = 1;
const DELIVERY_MODULE_TYPE = 2;
const PAYMENT_MODULE_TYPE = 3;
public function __construct()
{