Skip to content

Commit b889426

Browse files
committed
DOC Document deprecating TotalItems()
1 parent 3db3db7 commit b889426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/08_Changelogs/5.4.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ The exception was made for the following reasons:
411411
- [`CMSSiteTreeFilter::mapIDs()`](api:SilverStripe\CMS\Controllers\CMSSiteTreeFilter::mapIDs()) has been deprecated. It will be removed without equivalent functionality to replace it.
412412
- [`ElementSiteTreeFilterSearch`](api:DNADesign\Elemental\Controllers\ElementSiteTreeFilterSearch) has been deprecated. It will be replaced with `DNADesign\Elemental\ORM\Search\ElementalSiteTreeSearchContext`.
413413
- [`ElementalCMSMainExtension`](api:DNADesign\Elemental\Extensions\ElementalCMSMainExtension) has been deprecated. It will be removed without equivalent functionality to replace it.
414+
- [`ListDecorator::TotalItems()`](api:SilverStripe\ORM\ListDecorator::TotalItems()) has been deprecated. Use [`ListDecorator::getTotalItems()`](api:SilverStripe\ORM\ListDecorator::getTotalItems()) instead.
415+
- [`PaginatedList::TotalItems()`](api:SilverStripe\ORM\PaginatedList::TotalItems()) has been deprecated. Use [`PaginatedList::getTotalItems()`](api:SilverStripe\ORM\PaginatedList::getTotalItems()) instead.
414416

415417
## Bug fixes
416418

0 commit comments

Comments
 (0)