Try to put curly braces around $parts[0]
in this line:
$this->params->$parts[0] = $parts[1];
$this->params->{$parts[0]} = $parts[1];
Try to put curly braces around $parts[0]
in this line:
$this->params->$parts[0] = $parts[1];
$this->params->{$parts[0]} = $parts[1];