コード例 #1
0
ファイル: Notification.php プロジェクト: rmhdev/redsys
 /**
  * @inheritdoc
  * @return ParameterBag
  */
 public function getParameterBag()
 {
     return ParameterBag::createFromEncoded($this->getValue(self::PARAMETERS, ""));
 }