예제 #1
0
 /**
  * @inheritDoc
  */
 public function fromArray(array $data)
 {
     parent::fromArray($data);
     $this->setTransactionId($data['transactionId']);
     return $this;
 }