M1\Vars\Variables\VariableProvider::__construct PHP Method

__construct() public method

Creates new instance of VariableProvider
public __construct ( Vars $vars )
$vars M1\Vars\Vars Instance of the calling Vars
    public function __construct($vars)
    {
        $this->vstore = new VariableStore();
        $this->rstore = new ReplacementStore($vars);
    }