Documentation

IMP_Perms
in package

Permission handling for IMP.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Properties

$_perms  : array<string|int, mixed>
Permission list.

Methods

__construct()  : mixed
Constructor.
hasPermission()  : mixed
perms()  : mixed

Properties

$_perms

Permission list.

private array<string|int, mixed> $_perms

Methods

__construct()

Constructor.

public __construct() : mixed

hasPermission()

public hasPermission(mixed $permission, mixed $allowed, mixed $opts) : mixed
Parameters
$permission : mixed
$allowed : mixed
$opts : mixed
Tags
see

Horde_Registry_Application#hasPermission()

perms()

public perms() : mixed
Tags
see

Horde_Registry_Application#perms()


        
On this page

Search results