We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b69088 commit 2d25315Copy full SHA for 2d25315
src/Nether/Database/ResultSet.php
@@ -152,7 +152,7 @@ public function
152
}
153
154
public function
155
- Walkinator():
+ Walk():
156
?Generator {
157
158
$this->PaginatorReset();
@@ -177,4 +177,17 @@ static public function
177
return $Output;
178
179
180
+ ////////////////////////////////////////////////////////////////
181
182
183
184
+
185
+ #[Common\Meta\Deprecated('2025-11-01', 'use Walk()')]
186
+ public function
187
+ Walkinator():
188
+ ?Generator {
189
190
+ return $this->Walk();
191
+ }
192
193
0 commit comments