constant UcAddressesPermissions::DELETE_OWN in Ubercart Addresses 6.2
Same name and namespace in other branches
- 7 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';