|
UNA
|
Public Member Functions | |
| __construct ($aChoice='') | |
| response () | |
| Public Member Functions inherited from BxTemplSearch | |
| __construct ($aChoice='', $oTemplate=false) | |
| setLiveSearch ($bLiveSearch) | |
| getResultsContainer ($sCode='') | |
| __construct ($aChoice='', $oTemplate=false) | |
| Public Member Functions inherited from BxBaseSearch | |
| getForm ($iDesignBoxTemplate=BX_DB_PADDING_DEF, $sTitle=false, $bOnlyForm=false) | |
| Public Member Functions inherited from BxDolSearch | |
| getEmptyResult () | |
| getSearchResultObject ($sChoice='') | |
| setMetaType ($s) | |
| setCategoryObject ($s) | |
| setCustomSearchCondition ($a) | |
| setCustomCurrentCondition ($a) | |
| setUnitTemplate ($s) | |
| setRawProcessing ($b) | |
| setDataProcessing ($b) | |
Protected Attributes | |
| $_sModule | |
| $_oModule | |
| Protected Attributes inherited from BxBaseSearch | |
| $_oTemplate | |
| $_sIdForm = 'sys_search_form' | |
| $_sIdResults = 'sys_search_results' | |
| $_sIdLoading | |
| $_sSuffixLiveSearch = '_quick' | |
| $_iSearchLenth | |
| $_sSearchFunctionParams | |
| Protected Attributes inherited from BxDolSearch | |
| $_bIsApi | |
| $aClasses = array() | |
| $aChoice = array() | |
| $_bRawProcessing = false | |
| $_bDataProcessing = false | |
| $_bLiveSearch = false | |
| $_sMetaType = '' | |
| $_sCategoryObject = '' | |
| $_aCustomSearchCondition = array() | |
| $_aCustomCurrentCondition = array() | |
| $_sUnitTemplate = '' | |
Additional Inherited Members | |
| Protected Member Functions inherited from BxBaseSearch | |
| _getForm ($aValues=array()) | |
| getKeyTitlesPairs () | |
| BxElsSearch::__construct | ( | $aChoice = '' | ) |
Constructor
| array | $aChoice | - array of choosen classes (will take a part only existing in sys_objects_search table) |
Reimplemented from BxDolSearch.
| BxElsSearch::response | ( | ) |
create units for all classes and calling their processing methods
Reimplemented from BxDolSearch.