Ouzo\View\PhtmlRenderer::_saveAttributes PHP Method

_saveAttributes() private method

private _saveAttributes ( )
    private function _saveAttributes()
    {
        foreach ($this->_attributes as $name => $value) {
            $this->{$name} = $value;
        }
    }