TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect\LiveSearchDataProvider Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect\LiveSearchDataProvider:
extDirect_dataProvider_BackendLiveSearch

Public Member Functions

 __construct ()
 
 find ($command)
 

Protected Attributes

 $searchResults
 
 $liveSearch = NULL
 
 $queryParser = NULL
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! ExtDirect Class for handling backend live search.

Author
Michael Klapper micha.nosp@m.el.k.nosp@m.lappe.nosp@m.r@ao.nosp@m.emedi.nosp@m.a.de
Jeff Segars jeff@.nosp@m.webe.nosp@m.mpowe.nosp@m.redc.nosp@m.hurch.nosp@m..org

Definition at line 22 of file LiveSearchDataProvider.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect\LiveSearchDataProvider::__construct ( )

Initialize the live search

Definition at line 45 of file LiveSearchDataProvider.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Member Function Documentation

◆ find()

TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect\LiveSearchDataProvider::find (   $command)
Parameters
stdClass$command
Returns
array

Definition at line 54 of file LiveSearchDataProvider.php.

References TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect\LiveSearchDataProvider\$searchResults.

Member Data Documentation

◆ $liveSearch

TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect\LiveSearchDataProvider::$liveSearch = NULL
protected

Definition at line 35 of file LiveSearchDataProvider.php.

◆ $queryParser

TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect\LiveSearchDataProvider::$queryParser = NULL
protected

Definition at line 40 of file LiveSearchDataProvider.php.

◆ $searchResults

TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect\LiveSearchDataProvider::$searchResults
protected
Initial value:
= array(
'pageJump' => '',
'searchItems' => array()
)

Definition at line 27 of file LiveSearchDataProvider.php.

Referenced by TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect\LiveSearchDataProvider\find().