We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SimplePaginatedList->limit is a protected property with a default value of 10 and no setter:
SimplePaginatedList->limit
php-alma-client/src/Model/SimplePaginatedList.php
Line 19 in 536c67f
Legitimate values, for endpoints supporting the limit parameter, are 0 - 100.
limit
The text was updated successfully, but these errors were encountered:
scriptotek#21: add mutator for pagination limit
f6e6151
scriptotek#21: enforce typecast when setting pagination limit
5bc6097
scriptotek#21: root namespace for RuntimeException
866ee0b
scriptotek#21: Add setter for pagination of SimplePaginatedList
5915df1
Successfully merging a pull request may close this issue.
SimplePaginatedList->limit
is a protected property with a default value of 10 and no setter:php-alma-client/src/Model/SimplePaginatedList.php
Line 19 in 536c67f
Legitimate values, for endpoints supporting the
limit
parameter, are 0 - 100.The text was updated successfully, but these errors were encountered: