You are here

public function AccessControlKitHandlerInterface::description in Access Control Kit 7

Returns a description of the handler.

Return value

string A translated string that describes the method by which this handler relates objects to realms in a scheme.

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

File

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

Class

AccessControlKitHandlerInterface
Interface for an object access handler.

Code

public function description();