Skip to content

Commit 71612a6

Browse files
authored
Revert "Add undocumented sortByAccessedTime, sortByChangedTime and sortByModifiedTime methods in finder component"
This reverts commit 7769563.
1 parent fc926be commit 71612a6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

components/finder.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,6 @@ Sort the result by name or by type (directories first, then files)::
170170

171171
$finder->sortByType();
172172

173-
Sort the files and directories by the last accessed, changed or modified time::
174-
175-
$finder->sortByAccessedTime();
176-
177-
$finder->sortByChangedTime();
178-
179-
$finder->sortByModifiedTime();
180-
181173
.. note::
182174

183175
Notice that the ``sort*`` methods need to get all matching elements to do

0 commit comments

Comments
 (0)