arrayConfig = $arrayConfig; } public function getArrayConfig() { return $this->arrayConfig; } public function setFieldPath($fieldPath) { $this->fieldPath = $fieldPath; } public function getFieldPath() { return $this->fieldPath; } public function setOrder($order) { $this->order = $order; } public function getOrder() { return $this->order; } }