You are here

public function VariableRealmControllerInterface::__construct in Variable 7

Same name and namespace in other branches
  1. 7.2 variable_realm/variable_realm.class.inc \VariableRealmControllerInterface::__construct()

Class constructor.

Parameters

$realm: Realm name.

$key: Realm key.

$variables: Optional array of variables to initialize the realm with.

1 method overrides VariableRealmControllerInterface::__construct()
VariableRealmDefaultController::__construct in variable_realm/variable_realm.class.inc
Class constructor.

File

variable_realm/variable_realm.class.inc, line 21
Variable realm controller

Class

VariableRealmControllerInterface
Realm Controller Interface.

Code

public function __construct($realm, $key, $variables = NULL);