Пример #1
0
 public function __construct($idCustomer)
 {
     if ($idCustomer == '') {
         throw new Logger_Exception('Nie podano parametru $idCustomer');
     }
     $this->synchronizedCustomerId = $idCustomer;
     parent::__construct(self::EVENT_CODE, self::EVENT_MESSAGE, $idCustomer);
 }
Пример #2
0
 public function __construct($idCustomer)
 {
     parent::__construct(self::EVENT_CODE, self::EVENT_MESSAGE, $idCustomer);
 }