QueryFactory implements QueryFactoryInterface, SingletonInterface

The QueryFactory used to create queries against the storage backend

Internal

only to be used within Extbase, not part of TYPO3 Core API.

Table of Contents

Interfaces

QueryFactoryInterface
A persistence query factory interface
SingletonInterface
"empty" interface for singletons (marker interface pattern)

Properties

$configurationManager  : ConfigurationManagerInterface
$dataMapFactory  : DataMapFactory

Methods

__construct()  : mixed
create()  : QueryInterface
Creates a query object working on the given class name

Properties

Methods

create()

Creates a query object working on the given class name

public create(string $className) : QueryInterface
Parameters
$className : string

The class name

Tags
template

T of object

phpstan-param

class-string<T> $className

phpstan-return

QueryInterface<T>

Return values
QueryInterface

        
On this page

Search results