コード例 #1
0
ファイル: CustomerReturn.php プロジェクト: mage2pro/core
 /**
  * 2016-08-27
  * @return T|null
  */
 private function t()
 {
     return dfc($this, function () {
         return df_trans_by_payment_last($this->p());
     });
 }
コード例 #2
0
ファイル: Info.php プロジェクト: mage2pro/core
 /**
  * 2016-08-20
  * @return T|null
  */
 protected function transL()
 {
     return dfc($this, function () {
         return df_trans_by_payment_last($this->ii());
     });
 }