示例#1
0
文件: main.php 项目: mage2pro/core
/**
 * 2016-11-17
 * @used-by df_trans_is_test()
 * @param II|OP|QP $p
 * @return bool
 */
function dfp_is_test(II $p)
{
    return dfp_iia($p, M::II__TEST);
}
示例#2
0
文件: Method.php 项目: mage2pro/core
 /**
  * 2016-03-06
  * @see \Df\Payment\Charge::iia()
  * @param string[] ...$keys
  * @return mixed|array(string => mixed)
  */
 protected function iia(...$keys)
 {
     return dfp_iia($this->ii(), $keys);
 }
示例#3
0
 /**
  * 2016-08-08
  * @see \Df\Payment\Method::iia()
  * @param string[] ...$keys
  * @return mixed|array(string => mixed)
  */
 protected final function iia(...$keys)
 {
     return dfp_iia($this->payment(), $keys);
 }