Skip to content
Snippets Groups Projects
Commit 0938dc65 authored by Demian Katz's avatar Demian Katz
Browse files

Style fixes.

parent 0ad732f4
No related merge requests found
...@@ -45,9 +45,13 @@ namespace VuFind\ILS; ...@@ -45,9 +45,13 @@ namespace VuFind\ILS;
class PaginationHelper class PaginationHelper
{ {
/** /**
* Support method for getPagingSetup() -- validate the active sort option. * Support method for getPagingSetup() -- validate the active sort option,
* returning either a valid sort method or false.
* *
* @param array $functionConfig Function config returned from the ILS * @param array $functionConfig Function config returned from the ILS
* @param string $sort The unvalidated user sort parameter
*
* @return string|bool
*/ */
protected function validateSort($functionConfig, $sort) protected function validateSort($functionConfig, $sort)
{ {
...@@ -73,6 +77,8 @@ class PaginationHelper ...@@ -73,6 +77,8 @@ class PaginationHelper
* *
* @param array $functionConfig Function config returned from the ILS * @param array $functionConfig Function config returned from the ILS
* @param string $sort Currently active sort option * @param string $sort Currently active sort option
*
* @return array
*/ */
protected function getSortList($functionConfig, $sort) protected function getSortList($functionConfig, $sort)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment