You are here

function pay::uid in Pay 6

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

File

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

Class

pay
@file The base class for the Payment API.

Code

function uid() {
  return (int) $this->uid;
}