Example #1
0
 /**
  * Method to get a store id based on model configuration state.
  * 
  * This is necessary because the model is used by the component and different
  * modules that might need different sets of data or differen ordering
  * requirements.
  *
  * @access	protected
  * @param	string	$id	A prefix for the store id.
  * @return	void
  *
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     return parent::getStoreId($id);
 }