예제 #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
파일: Edit.php 프로젝트: knatorski/SMS
 public function __construct($idCustomer)
 {
     parent::__construct(self::EVENT_CODE, self::EVENT_MESSAGE, $idCustomer);
 }