You are here

public function LocaleContextHierarchy::__construct in Language Hierarchy 7

File

includes/LocaleContextHierarchy.class.inc, line 16
Definition of LocaleContextHierarchy.

Class

LocaleContextHierarchy
Class LocaleContextHierarchy

Code

public function __construct($langcode, $candidates, $context) {
  $this->langcode = $langcode;
  $this->candidates = $candidates;
  $this->context = $context;
}