Skip to content

Commit

Permalink
Revert "Deprecate getLocations() and filterLocations() on ContentInfo"
Browse files Browse the repository at this point in the history
This reverts commit 4bc3b03.
  • Loading branch information
pspanja committed Aug 18, 2018
1 parent a616af9 commit de2b996
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/API/Values/ContentInfo.php
Expand Up @@ -37,8 +37,6 @@ abstract class ContentInfo extends ValueObject
/**
* Return an array of Locations, limited by optional $limit.
*
* @deprecated since version 2.6, to be removed in 3.0. Use the same method on Content object instead.
*
* @param int $limit
*
* @return \Netgen\EzPlatformSiteApi\API\Values\Location[]
Expand All @@ -48,8 +46,6 @@ abstract public function getLocations($limit = 25);
/**
* Return an array of Locations, limited by optional $maxPerPage and $currentPage.
*
* @deprecated since version 2.6, to be removed in 3.0. Use the same method on Content object instead.
*
* @param int $maxPerPage
* @param int $currentPage
*
Expand Down

0 comments on commit de2b996

Please sign in to comment.