PHP Class Neos\Flow\Persistence\Generic\QueryFactory

Inheritance: implements Neos\Flow\Persistence\Generic\QueryFactoryInterface
Datei anzeigen Open project: neos/flow-development-collection

Public Methods

Method Description
create ( string $className ) : Neos\Flow\Persistence\QueryInterface Creates a query object working on the given class name

Method Details

create() public method

Creates a query object working on the given class name
public create ( string $className ) : Neos\Flow\Persistence\QueryInterface
$className string
return Neos\Flow\Persistence\QueryInterface