You are here

constant UcAddressesPermissions::DELETE_OWN in Ubercart Addresses 7

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

Give users the ability to delete their own addresses. Implies VIEW_OWN.

File

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

Class

UcAddressesPermissions
The permission class: UcAddressesPermissions.

Code

const DELETE_OWN = 'delete own addresses';