TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory:
TYPO3\CMS\Extbase\Persistence\Generic\QueryFactoryInterface TYPO3\CMS\Core\SingletonInterface Tx_Extbase_Persistence_QueryFactory

Public Member Functions

 create ($className)
 

Protected Attributes

 $objectManager
 
 $configurationManager
 
 $dataMapper
 

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! The QueryFactory used to create queries against the storage backend

Definition at line 19 of file QueryFactory.php.

Member Function Documentation

◆ create()

TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory::create (   $className)

Creates a query object working on the given class name

Parameters
string$classNameThe class name
Returns
Exceptions

Implements TYPO3\CMS\Extbase\Persistence\Generic\QueryFactoryInterface.

Definition at line 46 of file QueryFactory.php.

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

Member Data Documentation

◆ $configurationManager

TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory::$configurationManager
protected

Definition at line 31 of file QueryFactory.php.

◆ $dataMapper

TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory::$dataMapper
protected

Definition at line 37 of file QueryFactory.php.

◆ $objectManager

TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory::$objectManager
protected

Definition at line 25 of file QueryFactory.php.