Method |
Description |
|
appendSuffix ( string $url, string $suffix ) : string |
Appends the suffix to the url, if applicable. |
|
getClearFiltersUrl ( ) : string |
Get the url to clear all layered navigation filters |
|
getCurrentLayerParams ( array $params = null ) : array | null |
Getter for layered navigation params
If $params are provided then it overrides the ones from registry |
|
getFilterUrl ( array $filters, boolean $noFilters = false, array $q = [] ) : string |
Method to get url for layered navigation |
|
getNofollow ( ) |
|
|
getPagerUrl ( array $query ) : string |
Get url for layered navigation pagination |
|
getRoutingSuffix ( ) : string |
Retrieve routing suffix |
|
getSearchFilter ( ) |
|
|
getShowMore ( ) |
|
|
getSkinJsUrl ( ) |
|
|
getUrlBody ( string $suffix, string $urlParts ) : string |
Get the url path, including the base url, minus the suffix. |
|
isAjaxEnabled ( ) : boolean |
Check if ajax is enabled |
|
isCatalogSearch ( ) : boolean |
Check if we are in the catalog search |
|
isCategoryLinksEnabled ( ) : boolean |
Check if category links are enabled instead of the filter |
|
isEnabled ( ) : boolean |
Check if module is enabled or not |
|
isMultipleChoiceFiltersEnabled ( ) : boolean |
Check if multiple choice filters is enabled |
|
isPriceSliderEnabled ( ) : boolean |
Check if price slider is enabled |
|
seemsUtf8 ( string $string ) : boolean |
Check if a string has utf8 characters in it |
|
transliterate ( string $text, string $separator = '-' ) : string |
Uses transliteration tables to convert any kind of utf8 character |
|
utf8ToAscii ( string $str, string $unknown = '?' ) : string |
US-ASCII transliterations of Unicode text
Warning: you should only pass this well formed UTF-8!
Be aware it works by making a copy of the input string which it appends transliterated
characters to - it uses a PHP output buffer to do this - it means, memory use will increase,
requiring up to the same amount again as the input string |
|
validUtf8 ( string $str ) : boolean |
Tests a string as to whether it's valid UTF-8 and supported by the
Unicode standard |
|