You are here

function pay::user in Pay 6

Same name and namespace in other branches
  1. 7 includes/handlers/pay.inc \pay::user()

File

includes/handlers/pay.inc, line 154
The base class for the Payment API.

Class

pay
@file The base class for the Payment API.

Code

function user() {
  return user_load(array(
    'uid' => $this
      ->uid(),
  ));
}