We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e41737 + 7bee1a8 commit 50fc208Copy full SHA for 50fc208
1 file changed
src/Collection.php
@@ -91,6 +91,18 @@ public function getSynonyms(): Synonyms
91
return $this->synonyms;
92
}
93
94
+ /**
95
+ * Set collection exists flag.
96
+ *
97
+ * @param bool $exists
98
99
+ * @return void
100
+ */
101
+ public function setExists(bool $exists): void
102
+ {
103
+ $this->exists = $exists;
104
+ }
105
+
106
/**
107
* @return bool|null
108
*/
0 commit comments