attributes['uid']; } public function getTitle() { return $this->attributes['title']; } public function __toString() { return "uid:{$this->attributes['uid']}|auth_uid:{$this->attributes['auth_uid']}|{$this->attributes['title']} | {$this->attributes['type']} | {$this->attributes['status']}"; } public function getParentField(): string { return "auth_uid"; } }