TYPO3  7.6
Public Member Functions | List of all members
QueryFactoryInterface Interface Reference
Inheritance diagram for QueryFactoryInterface:
QueryFactory

Public Member Functions

 create ($className)
 

Detailed Description

A persistence query factory interface

Definition at line 20 of file QueryFactoryInterface.php.

Member Function Documentation

create (   $className)

Creates a query object working on the given class name

Parameters
string$classNameThe class name
Returns

Implemented in QueryFactory.