akeneo / api-php-client

PHP client of Akeneo PIM API

Home Page:https://packagist.org/packages/akeneo/api-php-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing getter for private totalIndex

filippovicari426 opened this issue · comments

Hi I would like to point out that in the version 5.0.0 in the class Akeneo\Pim\ApiClient\Pagination\ResourceCursor the getter for private $totalIndex is missing. Therefore the property cannot be accessed to get the count of the results.
This is needed for cases where no results are found, unless another method is provided.