app\blocks\ConcreptImplementationBlock::setVarValues PHP Method

setVarValues() public method

Set the values for element vars with an array key value binding.
public setVarValues ( array $values )
$values array An array where key is the name of the var-element and value the content.
    public function setVarValues(array $values)
    {
        $this->_vars = $values;
    }