app\blocks\ConcreptImplementationBlock::setCfgValues PHP Method

setCfgValues() public method

Set the values for element cfgs with an array key value binding.
public setCfgValues ( array $values )
$values array An array where key is the name of the cfg-element and value the content.
    public function setCfgValues(array $values)
    {
        $this->_cfgs = $values;
    }