addType('id','integer'); $this->addType('groupfolderId','integer'); } public function jsonSerialize() { return [ 'id' => $this->id, 'userId' => $this->userId, 'groupfolderId' => $this->groupfolderId, 'relativePath' => $this->relativePath, 'snapshotId' => $this->snapshotId, 'timestamp' => $this->timestamp, ]; } }