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
Inherited
inherited_from \XenForo_AdminSearchHandler_Abstract::getPhraseConditions()

Returns

arrayfalse

Returns the phrase key of a phrase that describes the search type.

getPhraseKey() : string

Returns

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

_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

Returns

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

 

$_modelCache : array
Inherited
inherited_from \XenForo_AdminSearchHandler_Abstract::$$_modelCache