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