Ouzo\View\PhtmlRenderer::_saveAttributes PHP Метод

_saveAttributes() приватный Метод

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