address action implementation

This commit is contained in:
Manuel Raynaud
2013-09-03 17:11:11 +02:00
parent 5c3ac1561d
commit deee59244d
4 changed files with 120 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
/*************************************************************************************/
namespace Thelia\Core\Event;
use Symfony\Component\EventDispatcher\Event;
use Thelia\Model\Customer;
@@ -30,7 +31,8 @@ use Thelia\Model\Customer;
* @package Thelia\Core\Event
* @author Manuel Raynaud <mraynaud@openstudio.fr>
*/
class AddressCreateOrUpdateEvent {
class AddressCreateOrUpdateEvent extends Event
{
/**
* @var string address label
*/