param = $source['param'] ?? ''; $this->name = $source['name']; $this->value = $source['value'] ?? ''; } abstract public function fetch(); }