示例#1
0
 /**
  * 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());
     });
 }