You are here

property pay::$permissions in Pay 6

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

File

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

Class

pay
@file The base class for the Payment API.

Code

var $permissions = array(
  'default' => array(
    'all' => 1,
  ),
);