|
Cheetah
|
Public Member Functions | |
| __construct ($sParamName='', $sParamValue='', $sParamValue1='', $sParamValue2='') | |
| _getPseud () | |
| getAlterOrder () | |
| displaySearchUnit ($aData) | |
| displayResultBlock () | |
| getSearchUnit ($aData) | |
| getSearchUnitShort ($aData) | |
| setSorting () | |
| getTopMenu ($aExclude=array()) | |
| getCurrentUrl ($sType, $iId, $sUri, $aOwner='') | |
| getAlbumList ($iPage=1, $iPerPage=10, $aCond=array()) | |
| displayAlbumUnit ($aData, $bCheckPrivacy=true) | |
| getAlbumCovers ($iAlbumId, $aParams=array()) | |
| getAlbumCoverUrl (&$aIdent) | |
| getImgUrl ($iId, $sImgType='browse') | |
| getAlbumsBlock ($aSectionParams=array(), $aAlbumParams=array(), $aCustom=array()) | |
| serviceGetFilesInCat ($iId, $sCategory='') | |
| serviceGetAlbumPrivacy ($iAlbumId, $iViewer=0) | |
| serviceGetFilesInAlbum ($iAlbumId, $isCheckPrivacy=false, $iViewer=0) | |
| serviceGetEntry ($iId, $sType='thumb') | |
| serviceGetItemArray ($iId, $sType='browse') | |
| serviceGetFileArray ($iId) | |
| serviceGetFilesBlock ($aParams=array(), $aCustom=array(), $sLink='') | |
| serviceGetFilePath ($iFile) | |
| serviceGetProfileAlbumsBlock ($iProfileId, $sSpecUrl='') | |
| serviceGetWallPost ($aEvent) | |
| serviceGetWallPostOutline ($aEvent) | |
| serviceGetWallPostComment ($aEvent) | |
| getRssUnitLink (&$a) | |
Public Member Functions inherited from ChTemplSearchResult | |
| __construct () | |
| __construct () | |
| __construct () | |
Public Member Functions inherited from ChBaseSearchResult | |
| isPermalinkEnabled () | |
| displaySearchBox ($sCode, $sPaginate='', $bAdminBox=false) | |
| _transformData ($aUnit, $sTempl, $sCssHeader='') | |
| showPagination ($aParams=array()) | |
| getLinkAddByPrams ($aExclude=array()) | |
| clearFilters ($aPassParams=array(), $aPassJoins=array()) | |
| fillFilters ($aParams) | |
| 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 () | |
| rss () | |
| getRssUnitImage (&$a, $sField) | |
| setFieldUnit ($sFieldName, $sTableName, $sOperator='', $bRenameMode=true) | |
| displaySearchBox ($sCode, $sPaginate='') | |
| getSearchData () | |
| getJoins ($bRenameMode=true) | |
| getSearchDataByParams ($aParams='') | |
| setConditionParams () | |
| getCount () | |
| getRestriction () | |
| getLimit () | |
| getSorting ($sSortType='last') | |
| setPaginate () | |
| getSearchFieldsCond ($aFields, $sKeyword, $sPseud='') | |
| getMultiValues ($aValues) | |
| getRatePart () | |
Public Attributes | |
| $oModule | |
| $oTemplate | |
| $bAdminMode = false | |
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='') |
Definition at line 10 of file ChFilesSearch.php.
| ChFilesSearch::__construct | ( | $sParamName = '', |
|
$sParamValue = '', |
|||
$sParamValue1 = '', |
|||
$sParamValue2 = '' |
|||
| ) |
Definition at line 15 of file ChFilesSearch.php.
| ChFilesSearch::_getPseud | ( | ) |
Reimplemented from ChWsbSearchResult.
Definition at line 159 of file ChFilesSearch.php.
| ChFilesSearch::displayAlbumUnit | ( | $aData, | |
$bCheckPrivacy = true |
|||
| ) |
Definition at line 344 of file ChFilesSearch.php.
| ChFilesSearch::displayResultBlock | ( | ) |
Reimplemented from ChBaseSearchResult.
Definition at line 213 of file ChFilesSearch.php.
| ChFilesSearch::displaySearchUnit | ( | $aData | ) |
Reimplemented from ChWsbSearchResult.
Definition at line 190 of file ChFilesSearch.php.
| ChFilesSearch::getAlbumCovers | ( | $iAlbumId, | |
$aParams = array() |
|||
| ) |
Definition at line 412 of file ChFilesSearch.php.
| ChFilesSearch::getAlbumCoverUrl | ( | & | $aIdent | ) |
Definition at line 419 of file ChFilesSearch.php.
| ChFilesSearch::getAlbumList | ( | $iPage = 1, |
|
$iPerPage = 10, |
|||
$aCond = array() |
|||
| ) |
Definition at line 326 of file ChFilesSearch.php.
| ChFilesSearch::getAlbumsBlock | ( | $aSectionParams = array(), |
|
$aAlbumParams = array(), |
|||
$aCustom = array() |
|||
| ) |
Definition at line 432 of file ChFilesSearch.php.
| ChFilesSearch::getAlterOrder | ( | ) |
Reimplemented from ChWsbSearchResult.
Definition at line 174 of file ChFilesSearch.php.
| ChFilesSearch::getCurrentUrl | ( | $sType, | |
| $iId, | |||
| $sUri, | |||
$aOwner = '' |
|||
| ) |
Reimplemented from ChBaseSearchResult.
Definition at line 320 of file ChFilesSearch.php.
| ChFilesSearch::getImgUrl | ( | $iId, | |
$sImgType = 'browse' |
|||
| ) |
Definition at line 425 of file ChFilesSearch.php.
| ChFilesSearch::getRssUnitLink | ( | & | $a | ) |
Reimplemented from ChWsbSearchResult.
Definition at line 709 of file ChFilesSearch.php.
| ChFilesSearch::getSearchUnit | ( | $aData | ) |
Definition at line 219 of file ChFilesSearch.php.
| ChFilesSearch::getSearchUnitShort | ( | $aData | ) |
Definition at line 259 of file ChFilesSearch.php.
| ChFilesSearch::getTopMenu | ( | $aExclude = array() | ) |
Reimplemented from ChBaseSearchResult.
Definition at line 295 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetAlbumPrivacy | ( | $iAlbumId, | |
$iViewer = 0 |
|||
| ) |
Definition at line 516 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetEntry | ( | $iId, | |
$sType = 'thumb' |
|||
| ) |
Definition at line 558 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetFileArray | ( | $iId | ) |
Definition at line 568 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetFilePath | ( | $iFile | ) |
Definition at line 624 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetFilesBlock | ( | $aParams = array(), |
|
$aCustom = array(), |
|||
$sLink = '' |
|||
| ) |
Definition at line 617 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetFilesInAlbum | ( | $iAlbumId, | |
$isCheckPrivacy = false, |
|||
$iViewer = 0 |
|||
| ) |
Definition at line 523 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetFilesInCat | ( | $iId, | |
$sCategory = '' |
|||
| ) |
Definition at line 474 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetItemArray | ( | $iId, | |
$sType = 'browse' |
|||
| ) |
Definition at line 563 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetProfileAlbumsBlock | ( | $iProfileId, | |
$sSpecUrl = '' |
|||
| ) |
Definition at line 631 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetWallPost | ( | $aEvent | ) |
DEPRICATED, saved for backward compatibility
Definition at line 643 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetWallPostComment | ( | $aEvent | ) |
DEPRICATED, saved for backward compatibility
Definition at line 659 of file ChFilesSearch.php.
| ChFilesSearch::serviceGetWallPostOutline | ( | $aEvent | ) |
DEPRICATED, saved for backward compatibility
Definition at line 651 of file ChFilesSearch.php.
| ChFilesSearch::setSorting | ( | ) |
Reimplemented from ChWsbSearchResult.
Definition at line 290 of file ChFilesSearch.php.
| ChFilesSearch::$bAdminMode = false |
Definition at line 14 of file ChFilesSearch.php.
| ChFilesSearch::$oModule |
Definition at line 12 of file ChFilesSearch.php.
| ChFilesSearch::$oTemplate |
Definition at line 13 of file ChFilesSearch.php.