You are here

constant UcAddressesPermissions::DELETE_ALL in Ubercart Addresses 7

Same name and namespace in other branches
  1. 6.2 class/UcAddressesPermissions.class.php \UcAddressesPermissions::DELETE_ALL

Give users the ability to delete anyone's addresses. Implies VIEW_ALL, DELETE_OWN.

File

class/UcAddressesPermissions.class.php, line 74
Permission class.

Class

UcAddressesPermissions
The permission class: UcAddressesPermissions.

Code

const DELETE_ALL = 'delete all addresses';