You are here

public function VariableRealmDefaultController::setWeight in Variable 7.2

Implementation of VariableRealmControllerInterface::setWeight().

Overrides VariableRealmControllerInterface::setWeight

File

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

Class

VariableRealmDefaultController
Base class, keeps static list of variables.

Code

public function setWeight($weight) {
  $this->current_weight = $weight;
}