PHP 클래스 Algolia_Algoliasearch_Helper_Config, algoliasearch-magento

상속: extends Mage_Core_Helper_Abstract
파일 보기 프로젝트 열기: algolia/algoliasearch-magento 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_productTypeMap

공개 메소드들

메소드 설명
displaySuggestionsCategories ( $storeId = null )
getAPIKey ( $storeId = null )
getApplicationID ( $storeId = null )
getAttributesToRetrieve ( $group_id )
getAutocompleteSections ( $storeId = null )
getAutocompleteSelector ( $storeId = null )
getCategoryAdditionalAttributes ( $storeId = null )
getCategoryCustomRanking ( $storeId = null )
getCurrency ( $storeId = null )
getExcludedPages ( $storeId = null )
getExtensionVersion ( )
getFacets ( $storeId = null )
getImageHeight ( $storeId = null )
getImageType ( $storeId = null )
getImageWidth ( $storeId = null )
getIndexPrefix ( $storeId = null )
getInstantSelector ( $storeId = null )
getMappedProductType ( $originalType ) : string Loads product type mapping from configuration (default) > algoliasearch > product_map > (product type).
getMaxValuesPerFacet ( $storeId = null )
getMinNumberOfResults ( $storeId = null )
getMinPopularity ( $storeId = null )
getNumberOfCategoriesSuggestions ( $storeId = null )
getNumberOfElementByPage ( $storeId = null )
getNumberOfJobToRun ( $storeId = null )
getNumberOfProductResults ( $storeId = null )
getNumberOfProductsSuggestions ( $storeId = null )
getNumberOfQueriesSuggestions ( $storeId = null )
getNumberOfQuerySuggestions ( $storeId = null )
getOnewaySynonyms ( $storeId = null )
getPopularQueries ( $storeId = null )
getProductAdditionalAttributes ( $storeId = null )
getProductCustomRanking ( $storeId = null )
getRemoveWordsIfNoResult ( $storeId = null )
getRenderTemplateDirectives ( $storeId = null )
getResultsLimit ( $storeId = null )
getSearchOnlyAPIKey ( $storeId = null )
getShowOutOfStock ( $storeId = null )
getSortingIndices ( $storeId = null )
getSynonyms ( $storeId = null )
getSynonymsFile ( $storeId = null )
indexAllCategoryProductsOnCategoryUpdate ( $storeId = null )
indexOutOfStockOptions ( $storeId = null )
indexProductOnCategoryProductsUpdate ( $storeId = null )
indexWholeCategoryTree ( $storeId = null )
isAddToCartEnable ( $storeId = null )
isAutoCompleteEnabled ( $storeId = null )
isCustomerGroupsEnabled ( $storeId = null )
isDefaultSelector ( $storeId = null )
isEnabledBackend ( $storeId = null )
isEnabledFrontEnd ( $storeId = null )
isEnabledSynonyms ( $storeId = null )
isInstantEnabled ( $storeId = null )
isLoggingEnabled ( $storeId = null )
isPartialUpdateEnabled ( $storeId = null )
isPopupEnabled ( $storeId = null )
isQueueActive ( $storeId = null )
isRemoveBranding ( $storeId = null )
makeSeoRequest ( $storeId = null )
noProcess ( $storeId = null )
replaceCategories ( $storeId = null )
showCatsNotIncludedInNavigation ( $storeId = null )
showSuggestionsOnNoResultsPage ( $storeId = null )

비공개 메소드들

메소드 설명
addIndexableAttributes ( $attributes, $addedAttributes, $searchable = '1', $retrievable = '1', $indexNoValue = '1' )
getCustomRanking ( $configName, $storeId = null )

메소드 상세

displaySuggestionsCategories() 공개 메소드

public displaySuggestionsCategories ( $storeId = null )

getAPIKey() 공개 메소드

public getAPIKey ( $storeId = null )

getApplicationID() 공개 메소드

public getApplicationID ( $storeId = null )

getAttributesToRetrieve() 공개 메소드

public getAttributesToRetrieve ( $group_id )

getAutocompleteSections() 공개 메소드

public getAutocompleteSections ( $storeId = null )

getAutocompleteSelector() 공개 메소드

public getAutocompleteSelector ( $storeId = null )

getCategoryAdditionalAttributes() 공개 메소드

public getCategoryAdditionalAttributes ( $storeId = null )

getCategoryCustomRanking() 공개 메소드

public getCategoryCustomRanking ( $storeId = null )

getCurrency() 공개 메소드

public getCurrency ( $storeId = null )

getExcludedPages() 공개 메소드

public getExcludedPages ( $storeId = null )

getExtensionVersion() 공개 메소드

public getExtensionVersion ( )

getFacets() 공개 메소드

public getFacets ( $storeId = null )

getImageHeight() 공개 메소드

public getImageHeight ( $storeId = null )

getImageType() 공개 메소드

public getImageType ( $storeId = null )

getImageWidth() 공개 메소드

public getImageWidth ( $storeId = null )

getIndexPrefix() 공개 메소드

public getIndexPrefix ( $storeId = null )

getInstantSelector() 공개 메소드

public getInstantSelector ( $storeId = null )

getMappedProductType() 공개 메소드

Loads product type mapping from configuration (default) > algoliasearch > product_map > (product type).
public getMappedProductType ( $originalType ) : string
$originalType
리턴 string

getMaxValuesPerFacet() 공개 메소드

public getMaxValuesPerFacet ( $storeId = null )

getMinNumberOfResults() 공개 메소드

public getMinNumberOfResults ( $storeId = null )

getMinPopularity() 공개 메소드

public getMinPopularity ( $storeId = null )

getNumberOfCategoriesSuggestions() 공개 메소드

public getNumberOfCategoriesSuggestions ( $storeId = null )

getNumberOfElementByPage() 공개 메소드

public getNumberOfElementByPage ( $storeId = null )

getNumberOfJobToRun() 공개 메소드

public getNumberOfJobToRun ( $storeId = null )

getNumberOfProductResults() 공개 메소드

public getNumberOfProductResults ( $storeId = null )

getNumberOfProductsSuggestions() 공개 메소드

public getNumberOfProductsSuggestions ( $storeId = null )

getNumberOfQueriesSuggestions() 공개 메소드

public getNumberOfQueriesSuggestions ( $storeId = null )

getNumberOfQuerySuggestions() 공개 메소드

public getNumberOfQuerySuggestions ( $storeId = null )

getOnewaySynonyms() 공개 메소드

public getOnewaySynonyms ( $storeId = null )

getPopularQueries() 공개 메소드

public getPopularQueries ( $storeId = null )

getProductAdditionalAttributes() 공개 메소드

public getProductAdditionalAttributes ( $storeId = null )

getProductCustomRanking() 공개 메소드

public getProductCustomRanking ( $storeId = null )

getRemoveWordsIfNoResult() 공개 메소드

public getRemoveWordsIfNoResult ( $storeId = null )

getRenderTemplateDirectives() 공개 메소드

public getRenderTemplateDirectives ( $storeId = null )

getResultsLimit() 공개 메소드

public getResultsLimit ( $storeId = null )

getSearchOnlyAPIKey() 공개 메소드

public getSearchOnlyAPIKey ( $storeId = null )

getShowOutOfStock() 공개 메소드

public getShowOutOfStock ( $storeId = null )

getSortingIndices() 공개 메소드

public getSortingIndices ( $storeId = null )

getSynonyms() 공개 메소드

public getSynonyms ( $storeId = null )

getSynonymsFile() 공개 메소드

public getSynonymsFile ( $storeId = null )

indexAllCategoryProductsOnCategoryUpdate() 공개 메소드

public indexAllCategoryProductsOnCategoryUpdate ( $storeId = null )

indexOutOfStockOptions() 공개 메소드

public indexOutOfStockOptions ( $storeId = null )

indexProductOnCategoryProductsUpdate() 공개 메소드

public indexProductOnCategoryProductsUpdate ( $storeId = null )

indexWholeCategoryTree() 공개 메소드

public indexWholeCategoryTree ( $storeId = null )

isAddToCartEnable() 공개 메소드

public isAddToCartEnable ( $storeId = null )

isAutoCompleteEnabled() 공개 메소드

public isAutoCompleteEnabled ( $storeId = null )

isCustomerGroupsEnabled() 공개 메소드

public isCustomerGroupsEnabled ( $storeId = null )

isDefaultSelector() 공개 메소드

public isDefaultSelector ( $storeId = null )

isEnabledBackend() 공개 메소드

public isEnabledBackend ( $storeId = null )

isEnabledFrontEnd() 공개 메소드

public isEnabledFrontEnd ( $storeId = null )

isEnabledSynonyms() 공개 메소드

public isEnabledSynonyms ( $storeId = null )

isInstantEnabled() 공개 메소드

public isInstantEnabled ( $storeId = null )

isLoggingEnabled() 공개 메소드

public isLoggingEnabled ( $storeId = null )

isPartialUpdateEnabled() 공개 메소드

public isPartialUpdateEnabled ( $storeId = null )

isPopupEnabled() 공개 메소드

public isPopupEnabled ( $storeId = null )

isQueueActive() 공개 메소드

public isQueueActive ( $storeId = null )

isRemoveBranding() 공개 메소드

public isRemoveBranding ( $storeId = null )

makeSeoRequest() 공개 메소드

public makeSeoRequest ( $storeId = null )

noProcess() 공개 메소드

public noProcess ( $storeId = null )

replaceCategories() 공개 메소드

public replaceCategories ( $storeId = null )

showCatsNotIncludedInNavigation() 공개 메소드

public showCatsNotIncludedInNavigation ( $storeId = null )

showSuggestionsOnNoResultsPage() 공개 메소드

public showSuggestionsOnNoResultsPage ( $storeId = null )

프로퍼티 상세

$_productTypeMap 보호되어 있는 프로퍼티

protected $_productTypeMap