[widget > Config->parse]option1 = foooption2 = bar
class Config extends \Prefab {
/** @var static \Base */ protected $f3;
function __construct() { $this->f3 = \Base::instance(); }
public function parse($key, $value, $scope) { $this->f3->set($scope.'.'.$key, $value); }}