|
Cheetah
|
Public Member Functions | |
| __construct () | |
| getMain () | |
| displaySearchUnit ($aData) | |
| showPagination ($aParams=array()) | |
| setPublicUnitsOnly ($isPublic) | |
| showPaginationAjax ($sBlockId) | |
| rss () | |
| getRssUnitImage (&$a, $sField) | |
Public Member Functions inherited from ChBaseSearchResult | |
| isPermalinkEnabled () | |
| getCurrentUrl ($sType, $iId, $sUri, $aOwner='') | |
| displayResultBlock () | |
| displaySearchBox ($sCode, $sPaginate='', $bAdminBox=false) | |
| _transformData ($aUnit, $sTempl, $sCssHeader='') | |
| getLinkAddByPrams ($aExclude=array()) | |
| clearFilters ($aPassParams=array(), $aPassJoins=array()) | |
| fillFilters ($aParams) | |
| getTopMenu ($aExclude=array()) | |
| getBottomMenu ($sAllLinkType='browseAll', $iId=0, $sUri='', $aExclude=array(), $bPgnSim=TRUE) | |
| getBrowseBlock ($aParams, $aCustom=array(), $sMainUrl='', $bClearJoins=true) | |
| serviceGetBrowseBlock ($aParams, $sMainUrl='', $aCustom=array()) | |
| serviceGetAllCount ($aFilter, $aJoin=array()) | |
Public Member Functions inherited from ChWsbSearchResult | |
| processing () | |
| addCustomParts () | |
| getRssUnitLink (&$a) | |
| setFieldUnit ($sFieldName, $sTableName, $sOperator='', $bRenameMode=true) | |
| displaySearchBox ($sCode, $sPaginate='') | |
| getSearchData () | |
| getJoins ($bRenameMode=true) | |
| getSearchDataByParams ($aParams='') | |
| setConditionParams () | |
| getCount () | |
| getRestriction () | |
| getLimit () | |
| setSorting () | |
| getSorting ($sSortType='last') | |
| getAlterOrder () | |
| setPaginate () | |
| getSearchFieldsCond ($aFields, $sKeyword, $sPseud='') | |
| getMultiValues ($aValues) | |
| getRatePart () | |
| _getPseud () | |
Public Attributes | |
| $oVotingView = null | |
| $iRate = 1 | |
| $sBrowseUrl | |
| $isError | |
| $aCurrent = array () | |
| $aGlParamsSettings = array() | |
| $sProfileCatType | |
| $sUnitTemplate = 'unit' | |
| $sFilterName = 'unit' | |
Public Attributes inherited from ChBaseSearchResult | |
| $aPermalinks | |
| $aConstants | |
Public Attributes inherited from ChWsbSearchResult | |
| $aCurrent | |
| $aPseud | |
| $id | |
| $iRate = 1 | |
| $oRate = null | |
| $bCustomParts = false | |
Additional Inherited Members | |
Static Public Member Functions inherited from ChBaseSearchResult | |
| static | showAdminActionsPanel ($sWrapperId, $aButtons, $sCheckboxName='entry', $bSelectAll=true, $bSelectAllChecked=false, $sCustomHtml='') |
| static | showAdminFilterPanel ($sFilterValue, $sInputId='filter_input_id', $sCheckboxId='filter_checkbox_id', $sFilterName='filter', $sOnApply='') |
Base data search class for modules like events/groups/store
Definition at line 13 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::__construct | ( | ) |
Reimplemented from ChTemplSearchResult.
Definition at line 25 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::displaySearchUnit | ( | $aData | ) |
Reimplemented from ChWsbSearchResult.
Definition at line 35 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::getMain | ( | ) |
Reimplemented in ChStoreSearchResult, ChGroupsSearchResult, and ChEventsSearchResult.
Definition at line 30 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::getRssUnitImage | ( | & | $a, |
| $sField | |||
| ) |
Return rss unit image (redeclared)
Reimplemented from ChWsbSearchResult.
Definition at line 92 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::rss | ( | ) |
Reimplemented from ChWsbSearchResult.
Definition at line 86 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::setPublicUnitsOnly | ( | $isPublic | ) |
Definition at line 62 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::showPagination | ( | $aParams = array() | ) |
Reimplemented from ChBaseSearchResult.
Definition at line 41 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::showPaginationAjax | ( | $sBlockId | ) |
Definition at line 67 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::$aCurrent = array () |
Definition at line 19 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::$aGlParamsSettings = array() |
Definition at line 20 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::$iRate = 1 |
Definition at line 16 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::$isError |
Definition at line 18 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::$oVotingView = null |
Definition at line 15 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::$sBrowseUrl |
Definition at line 17 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::$sFilterName = 'unit' |
Definition at line 23 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::$sProfileCatType |
Definition at line 21 of file ChWsbTwigSearchResult.php.
| ChWsbTwigSearchResult::$sUnitTemplate = 'unit' |
Definition at line 22 of file ChWsbTwigSearchResult.php.