示例#1
0
 public function logJsonAction()
 {
     $paypalObj = new RM_Plugin_PayPal();
     return array('data' => $paypalObj->getLog());
 }