Skip to content

Commit 2d25315

Browse files
committed
deprecate walkinator for walk
1 parent 2b69088 commit 2d25315

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/Nether/Database/ResultSet.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function
152152
}
153153

154154
public function
155-
Walkinator():
155+
Walk():
156156
?Generator {
157157

158158
$this->PaginatorReset();
@@ -177,4 +177,17 @@ static public function
177177
return $Output;
178178
}
179179

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+
180193
}

0 commit comments

Comments
 (0)