You are here

public function VariableRealmControllerInterface::__construct in Variable 7.2

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

Class constructor.

Parameters

$realm_name: Realm name.

$store_class: Realm key.

1 method overrides VariableRealmControllerInterface::__construct()
VariableRealmDefaultController::__construct in variable_realm/variable_realm.class.inc
Implementation of VariableRealmControllerInterface::__construct().

File

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

Class

VariableRealmControllerInterface
Realm Controller Interface.

Code

public function __construct($realm_name);