Add namespace for module permissions to the module manager

refs #9644
This commit is contained in:
Eric Lippmann 2015-07-22 14:59:35 +02:00
parent aa567f8cd7
commit 5dcc307e87
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ use Icinga\Exception\NotReadableError;
*/
class Manager
{
/**
* Namespace for module permissions
*
* @var string
*/
const MODULE_PERMISSION_NS = 'module/';
/**
* Array of all installed module's base directories
*