You are here

public function AccessControlKitHandlerInterface::__construct in Access Control Kit 7

Constructor: generates an object access handler for an access scheme.

Parameters

object $scheme: The access scheme.

array $settings: (optional) The handler configuration array. Handler implementations may implement AccessControlKitHandlerInterface::settingsForm() to define the config values that will be contained in this array.

See also

AccessControlKitHandlerInterface::settingsForm()

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

File

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

Class

AccessControlKitHandlerInterface
Interface for an object access handler.

Code

public function __construct($scheme, array $settings = array());