VuFind API Documentation

PermissionProviderInterface

Permission provider interface

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

getPermissions()  : array<string|int, mixed>
Return an array of roles which may be granted the permission based on the options.

Methods

getPermissions()

Return an array of roles which may be granted the permission based on the options.

public getPermissions(mixed $options) : array<string|int, mixed>
Parameters
$options : mixed

Options provided from configuration.

Return values
array<string|int, mixed>

Search results