FinderModelSearch::getStoreId
Method to get a store id based on model the configuration state.
This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.
Signature
protected function getStoreId([string
$id = '',
[boolean
$page = true]] )
Parameters
-
$id
- An identifier string to generate the store id. [optional]
-
$page
- True to store the data paged, false to store all data. [optional]
Returns
- string
- A store id.