Methods
getAdminPermission()
getAdminPermission()
Gets the specified model object from the cache.
getModelFromCache(string $class) : \XenForo_Model
Inherited
If it does not exist,
it will be instantiated.
inherited_from |
\XenForo_AdminSearchHandler_Abstract::getModelFromCache() |
Parameters
$class
string
Name of the class to load
Returns
Gets the constraints to apply to a phrases search for this type
getPhraseConditions() : array | false
Returns the phrase key of a phrase that describes the search type.
getPhraseKey() : string
Creates a template object in which to display the search results.
renderResults(array $results, \XenForo_View $view) : \XenForo_Template_Admin
Inherited
inherited_from |
\XenForo_AdminSearchHandler_Abstract::renderResults() |
Parameters
$results
array
Returns
Perform a search of the ACP for the given search text within the given content type.
search(string $searchText, array $phraseMatches) : array
Parameters
$searchText
string
$phraseMatches
array
Array of IDs derived from a phrase search for the search text
Returns
array
_getAdminSearchModel()
_getAdminSearchModel() : \XenForo_Model_AdminSearch
Inherited
inherited_from |
\XenForo_AdminSearchHandler_Abstract::_getAdminSearchModel() |
Returns
Returns the name of the template used by the rendered results of this search.
_getTemplateName() : string
Slices down the number of results returned
_limitResults(array $results) : array
Inherited
inherited_from |
\XenForo_AdminSearchHandler_Abstract::_limitResults() |
Parameters
$results
array
Returns
array
Properties
Standard approach to caching other model objects for the lifetime of the model.
$_modelCache : array
Inherited
inherited_from |
\XenForo_AdminSearchHandler_Abstract::$$_modelCache |