app\blocks\ConcreptImplementationBlock::setVarValues PHP 메소드

setVarValues() 공개 메소드

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;
    }