You are here

public function AccessControlKitHandlerInterface::getSettings in Access Control Kit 7

Returns the current handler settings.

Return value

array The handler configuration array.

1 method overrides AccessControlKitHandlerInterface::getSettings()
AccessControlKitHandler::getSettings in ./ack_handler.inc
Implements AccessControlKitHandlerInterface::getSettings().

File

./ack_handler.inc, line 33
Contains the access control kit handler interface and base class.

Class

AccessControlKitHandlerInterface
Interface for an object access handler.

Code

public function getSettings();