예제 #1
0
 /**
  * @param array $notification
  */
 protected function __construct(array $notification)
 {
     parent::__construct($notification);
     $this->transaction = new Transaction($notification['payload']['transaction']);
 }
예제 #2
0
 /**
  * @param array $notification
  */
 protected function __construct(array $notification)
 {
     parent::__construct($notification);
     $this->block = new Block($notification['payload']['block']);
 }