createdAt = time(); if (!$this->id) { $this->id = uniqid('task_'); } return [ 'id' => $this->id, 'title' => $this->title, 'created_at' => $this->createdAt, ]; } }