noSubjectLink = $state; return $this; } /** * Get whether a list item's subject should be a link * * @return bool */ public function getNoSubjectLink(): bool { return $this->noSubjectLink; } }