24 lines
1.1 KiB
PHP
24 lines
1.1 KiB
PHP
<?php
|
|
/*************************************************************************************/
|
|
/* This file is part of the module TakeCustomerAccount */
|
|
/* */
|
|
/* Copyright (c) OpenStudio */
|
|
/* email : dev@thelia.net */
|
|
/* web : http://www.thelia.net */
|
|
/* */
|
|
/* For the full copyright and license information, please view the LICENSE.txt */
|
|
/* file that was distributed with this source code. */
|
|
/*************************************************************************************/
|
|
|
|
namespace TakeCustomerAccount\Event;
|
|
|
|
/**
|
|
* Class TakeCustomerAccountEvents
|
|
* @package TakeCustomerAccount\Event
|
|
* @author Gilles Bourgeat <gbourgeat@openstudio.fr>
|
|
*/
|
|
class TakeCustomerAccountEvents
|
|
{
|
|
const TAKE_CUSTOMER_ACCOUNT = "take.customer.account";
|
|
}
|