abstract class AbstractSearchProvider implements ProviderInterface, SessionQueryProviderInterface (View source)

Properties

protected $session

Methods

__construct(Session $session)

No description

setSessionCurrentQuery(Query $query)

No description

clearSessionCurrentQuery()

No description

getAllColumnSet()

No description

getSessionCurrentQuery()

No description

getSearchResultFromQuery(Query $query)

No description

int
getItemsPerPage()

Gets items per page from the current preset or from the session.

array
getItemsPerPageOptions()

No description

Details

__construct(Session $session)

No description

Parameters

Session $session

setSessionCurrentQuery(Query $query)

No description

Parameters

Query $query

clearSessionCurrentQuery()

No description

getAllColumnSet()

No description

getSessionCurrentQuery()

No description

getSearchResultFromQuery(Query $query)

No description

Parameters

Query $query

int getItemsPerPage()

Gets items per page from the current preset or from the session.

Return Value

int

array getItemsPerPageOptions()

No description

Return Value

array