$this->id, 'type' => static::TYPE, 'section' => $this->section, 'available' => $this->available, 'position' => $this->position, 'elements' => $this->elements, 'name' => $this->name, ]; } public function get_type() { return static::TYPE; } /** * @return string */ public function get_section() { return $this->section; } public function get_raw_data() { return $this->get_data(); } }