PHP Interface Neos\Flow\Persistence\Generic\QueryFactoryInterface

Afficher le fichier Open project: neos/flow-development-collection Interface Usage Examples

Méthodes publiques

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

Method Details

create() public méthode

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