コード例 #1
0
ファイル: versions.php プロジェクト: codigoaberto/SEBLOD
 protected function getStoreId($id = '')
 {
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.location');
     $id .= ':' . $this->getState('filter.e_type');
     return parent::getStoreId($id);
 }
コード例 #2
0
ファイル: modellist.php プロジェクト: abdullah929/bulletin
 /**
  * Method to get a store id based on model configuration state.
  *
  * @param string $id a prefix for the store id.
  * @return string a store id.
  */
 protected function getStoreId($id = '')
 {
     foreach ($this->filter as $name => $type) {
         $id .= sprintf(':%s', JoomDOCView::getStateName($name));
     }
     return parent::getStoreId($id);
 }
コード例 #3
0
ファイル: templates.php プロジェクト: joshjim27/jobsglobal
 /**
  * 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 different
  * ordering requirements.
  *
  * @param   string  $id    A prefix for the store id.
  *
  * @return  string  A store id.
  */
 protected function getStoreID($id = '')
 {
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.author_id');
     return parent::getStoreId($id);
 }
コード例 #4
0
ファイル: tags.php プロジェクト: CloudHotelier/com_jkit
 /**
  * Filters
  */
 protected function getStoreId($id = '')
 {
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.state');
     $id .= ':' . $this->getState('filter.language');
     return parent::getStoreId($id);
 }
コード例 #5
0
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('category.id');
     $id .= ':' . $this->getState('filter.published');
     return parent::getStoreId($id);
 }
コード例 #6
0
ファイル: fbs.php プロジェクト: ranrolls/ras-full-portal
 /**
  * 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 different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.state');
     return parent::getStoreId($id);
 }
コード例 #7
0
 protected function getStoreId($id = '')
 {
     $id .= ':' . $this->getState('list.access');
     $id .= ':' . $this->getState('list.language');
     $id .= ':' . $this->getState('list.category');
     $id .= ':' . $this->getState('list.searchword');
     return parent::getStoreId($id);
 }
コード例 #8
0
ファイル: funders.php プロジェクト: phpsource/CrowdFunding
 /**
  * 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 different
  * ordering requirements.
  *
  * @param   string $id A prefix for the store id.
  *
  * @return  string      A store id.
  * @since   1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState($this->context . '.project_id');
     $id .= ':' . $this->getState('list.ordering');
     $id .= ':' . $this->getState('list.direction');
     return parent::getStoreId($id);
 }
コード例 #9
0
 /**
  * Метод для получения store id, которое основывается на состоянии модели.
  *
  * @param   string  $id  Идентификационная строка для генерации store id.
  *
  * @return  string  Store id.
  */
 protected function getStoreId($id = '')
 {
     // Компилируем store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.state');
     $id .= ':' . $this->getState('filter.category_id');
     return parent::getStoreId($id);
 }
コード例 #10
0
ファイル: ranks.php プロジェクト: giabmf11/Kunena-Forum
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.title');
     $id .= ':' . $this->getState('filter.special');
     $id .= ':' . $this->getState('filter.min');
     return parent::getStoreId($id);
 }
コード例 #11
0
ファイル: velignores.php プロジェクト: gokuale/vel
 /**
  * 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 different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.extension_number');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.extension_name');
     $id .= ':' . $this->getState('filter.id');
     return parent::getStoreId($id);
 }
コード例 #12
0
ファイル: albums.php プロジェクト: TFToto/playjoom-builds
 /**
  * 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 different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.title');
     $id .= ':' . $this->getState('filter.artist');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.search');
     return parent::getStoreId($id);
 }
コード例 #13
0
ファイル: users.php プロジェクト: untergasser/osbit
 /**
  * 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 different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.school');
     $id .= ':' . $this->getState('filter.class');
     $id .= ':' . $this->getState('filter.hasRegistered');
     return parent::getStoreId($id);
 }
コード例 #14
0
ファイル: producers.php プロジェクト: ForAEdesWeb/AEW3
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     //$id	.= ':'.$this->getState('filter.search');
     //$id	.= ':'.$this->getState('filter.published');
     $id .= ':' . $this->getState('list.ordering');
     $id .= ':' . $this->getState('list.direction');
     return parent::getStoreId($id);
 }
コード例 #15
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 different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.extension');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.access');
     $id .= ':' . $this->getState('filter.parentId');
     return parent::getStoreId($id);
 }
コード例 #16
0
ファイル: jfoobars.php プロジェクト: naka211/jydsk
 /**
  * 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 different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.access');
     $id .= ':' . $this->getState('filter.jfoobar_id');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.author_id');
     return parent::getStoreId($id);
 }
コード例 #17
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 different
  * ordering requirements.
  *
  * @param   string $id A prefix for the store id.
  *
  * @return  string      A store id.
  * @since   1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.payment_service');
     $id .= ':' . $this->getState('filter.reward_state');
     $id .= ':' . $this->getState('filter.payment_status');
     return parent::getStoreId($id);
 }
コード例 #18
0
ファイル: pages.php プロジェクト: lyrasoft/lyrasoft.github.io
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.access');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.language');
     return parent::getStoreId($id);
 }
コード例 #19
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 different
  * ordering requirements.
  *
  * @param   string      $id A prefix for the store id.
  *
  * @return  string      A store id.
  * @since   1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.tourismtype_id');
     return parent::getStoreId($id);
 }
コード例 #20
0
ファイル: groups.php プロジェクト: BillVGN/PortalPRP
	/**
	 * 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 different
	 * ordering requirements.
	 *
	 * @param	string		$id	A prefix for the store id.
	 * @return	string		A store id.
	 *
	 */
	protected function getStoreId($id = '')
	{
		// Compile the store id.
		$id .= ':' . $this->getState('filter_search');
		$id .= ':' . $this->getState('filter_published');
	//	$id .= ':' . $this->getState('filter_type');

		return parent::getStoreId($id);
	}
コード例 #21
0
 protected function getStoreId($id = '')
 {
     $id .= ':' . serialize($this->getState('filter.published'));
     $id .= ':' . $this->getState('filter.access');
     $id .= ':' . serialize($this->getState('filter.author_id'));
     $id .= ':' . $this->getState('filter.date_filtering');
     $id .= ':' . serialize($this->getState('filter.category_id'));
     $id .= ':' . $this->getState('filter.category_id.include');
     return parent::getStoreId($id);
 }
コード例 #22
0
ファイル: suggestions.php プロジェクト: educakanchay/kanchay
 /**
  * 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.
  *
  * @param   string  $id  An identifier string to generate the store id. [optional]
  *
  * @return  string  A store id.
  *
  * @since   2.5
  */
 protected function getStoreId($id = '')
 {
     // Add the search query state.
     $id .= ':' . $this->getState('input');
     $id .= ':' . $this->getState('language');
     // Add the list state.
     $id .= ':' . $this->getState('list.start');
     $id .= ':' . $this->getState('list.limit');
     return parent::getStoreId($id);
 }
コード例 #23
0
ファイル: tests.php プロジェクト: smhnaji/sdnet
 /**
  * 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 different
  * ordering requirements.
  *
  * @param   string  $id    A prefix for the store id.
  * @return  string  A store id.
  * @since   1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.userid');
     $id .= ':' . $this->getState('filter.gender');
     $id .= ':' . $this->getState('filter.blood');
     $id .= ':' . $this->getState('filter.exercise');
     return parent::getStoreId($id);
 }
コード例 #24
0
ファイル: queue.php プロジェクト: pguilford/vcomcc
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.toaddr');
     $id .= ':' . $this->getState('filter.messageid');
     $id .= ':' . $this->getState('filter.status');
     $id .= ':' . $this->getState('filter.asset');
     return parent::getStoreId($id);
 }
コード例 #25
0
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     //$id	.= ':'.$this->getState('filter.access');
     $id .= ':' . $this->getState('filter.state');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.image_id');
     return parent::getStoreId($id);
 }
コード例 #26
0
ファイル: banners.php プロジェクト: joomline/Joomla2.5.999
 /**
  * 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 different
  * ordering requirements.
  *
  * @param	string		$id	A prefix for the store id.
  *
  * @return	string		A store id.
  * @since	1.6
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.tag_search');
     $id .= ':' . $this->getState('filter.client_id');
     $id .= ':' . serialize($this->getState('filter.category_id'));
     $id .= ':' . serialize($this->getState('filter.keywords'));
     return parent::getStoreId($id);
 }
コード例 #27
0
ファイル: fields.php プロジェクト: beingsane/DPFields
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.context');
     $id .= ':' . serialize($this->getState('filter.catid'));
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.language');
     return parent::getStoreId($id);
 }
コード例 #28
0
ファイル: plugins.php プロジェクト: anawu2006/PeerLearning
 /**
  * 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 different
  * ordering requirements.
  *
  * @param   string $id A prefix for the store id.
  *
  * @return  string    A store id.
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.enabled');
     $id .= ':' . $this->getState('filter.name');
     $id .= ':' . $this->getState('filter.element');
     $id .= ':' . $this->getState('filter.access');
     return parent::getStoreId($id);
 }
コード例 #29
0
ファイル: reviews.php プロジェクト: kidaa30/lojinha
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.search');
     $id .= ':' . $this->getState('filter.published');
     $id .= ':' . $this->getState('filter.rating_object_type');
     $id .= ':' . $this->getState('filter.rating_group');
     $id .= ':' . $this->getState('filter.object_id');
     return parent::getStoreId($id);
 }
コード例 #30
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 different
  * ordering requirements.
  *
  * @param   string      $id A prefix for the store id.
  *
  * @return  string      A store id.
  */
 protected function getStoreId($id = '')
 {
     // Compile the store id.
     $id .= ':' . $this->getState('filter.featured');
     $id .= ':' . $this->getState('filter.country_code');
     $id .= ':' . $this->getState('filter.city');
     $id .= ':' . $this->getState('filter.category_id');
     $id .= ':' . $this->getState('filter.tourismtype_id');
     return parent::getStoreId($id);
 }