$this->id, 'name' => $this->name, 'description' => $this->description, 'begin' => $this->begin, 'end' => $this->end, 'filters' => $this->filters, 'requires' => $this->requires, 'status' => $this->status, ]; } }