addType('id', 'string'); $this->addType('folderId', 'integer'); $this->addType('description', 'integer'); $this->addType('created_at', 'integer'); } /* * Overridden because of param type */ public function setId(string $id): void { $this->id = $id; $this->markFieldUpdated('id'); } }