Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Neos
Flow
Persistence
Generic
QueryFactoryInterface
PHP Interface Neos\Flow\Persistence\Generic\QueryFactoryInterface
ファイルを表示
Open project: neos/flow-development-collection
Interface Usage Examples
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