‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Persistence\Generic\QueryFactoryInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\QueryFactoryInterface:
TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory

Public Member Functions

TYPO3 CMS Extbase Persistence QueryInterface create ($className)
 

Detailed Description

A persistence query factory interface

Definition at line 21 of file QueryFactoryInterface.php.

Member Function Documentation

◆ create()

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

Creates a query object working on the given class name

Parameters
string$className‪The class name
Returns
‪\TYPO3\CMS\Extbase\Persistence\QueryInterface @template T of object @phpstan-param class-string<T> $className @phpstan-return \TYPO3\CMS\Extbase\Persistence\QueryInterface<T>

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory.